|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocation
Represents a stack frame, as used in allocation stack traces. This class is
similar to StackTraceElement
, but additionally has the method
descriptor included so that methods can be uniquely identified even if source
information is unavailable.
StackTraceElement
Method Summary | |
---|---|
int |
getLine()
Returns the line number of the source line containing the execution point represented by this stack frame. |
IMethodInfo |
getMethodInfo()
Returns the IMethodInfo of the method containing the execution
point represented by this stack frame (as per The Java Virtual Machine
Specification, Section 4.3.3). |
boolean |
isNative()
Is the method represented by this stack frame declared native. |
Method Detail |
---|
IMethodInfo getMethodInfo()
IMethodInfo
of the method containing the execution
point represented by this stack frame (as per The Java Virtual Machine
Specification, Section 4.3.3).
IMethodInfo
of the method containing the execution
point represented by this stack frame.int getLine()
boolean isNative()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |