|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.runtime.StackTrace.Element
public static class StackTrace.Element
Class to wrap up a stack frame element
Field Summary | |
---|---|
private boolean |
isInvisible
Is this an invisible method? |
private boolean |
isTrap
Is this a hardware trap method? |
private int |
lineNumber
Line number of element |
private RVMMethod |
method
Stack trace's method, null => invisible or trap |
Constructor Summary | |
---|---|
StackTrace.Element(CompiledMethod cm,
int off)
Constructor for non-opt compiled methods |
|
StackTrace.Element(RVMMethod method,
int ln)
Constructor for opt compiled methods |
Method Summary | |
---|---|
String |
getClassName()
Get class name |
Class<?> |
getElementClass()
Get class |
String |
getFileName()
Get source file name |
int |
getLineNumber()
Get line number |
String |
getMethodName()
Get method name |
boolean |
isNative()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final RVMMethod method
private final int lineNumber
private final boolean isInvisible
private final boolean isTrap
Constructor Detail |
---|
StackTrace.Element(CompiledMethod cm, int off)
StackTrace.Element(RVMMethod method, int ln)
Method Detail |
---|
public String getFileName()
public String getClassName()
public Class<?> getElementClass()
public String getMethodName()
public int getLineNumber()
public boolean isNative()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |