|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.CallFrame
Represents an individual method in the call stack
.
Field Summary | |
static java.lang.String |
code_id
|
Method Summary | |
int |
compareTo(java.lang.Object obj)
Compare to another CallNode or String(methodName) for sorting. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getMethodName()
What is the name of this method? |
int |
getRecursiveDepth()
Direct recursion increments this counter. |
long |
getStartTime()
When did this method begin to execute? |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Method Detail |
public java.lang.String getMethodName()
public long getStartTime()
public int getRecursiveDepth()
public java.lang.String toString()
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |