Module jdk.jdi
Package com.sun.jdi

Interface Method

All Superinterfaces:
Accessible, Comparable<Method>, Locatable, Mirror, TypeComponent

public interface Method extends TypeComponent, Locatable, Comparable<Method>
A static or instance method in the target VM. See TypeComponent for general information about Field and Method mirrors.
Since:
1.3
See Also: