|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Locatable
A mirror that has a Location
.
Method Summary | |
---|---|
Location |
location()
Returns the Location of this mirror, if there
is executable code associated with it. |
Method Detail |
---|
Location location()
Location
of this mirror, if there
is executable code associated with it. Note that both
JavaTM programming
language methods and native methods have executable code.
Returns null for abstract methods, since abstract methods
have no executable code.
Location
of this mirror, or null if
there is no executable code associated with it.
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |