|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EVolve.util.MethodInvokingTrace
| Constructor Summary | |
MethodInvokingTrace()
|
|
| Method Summary | |
java.util.ArrayList |
getCallees(int callerId,
int calleeId)
|
java.util.ArrayList |
getCallerChain(int callerId,
int calleeId)
|
java.util.ArrayList |
getCallerChains(int callerId,
int calleeId)
|
java.util.ArrayList |
getMethodTrace()
|
int |
size()
|
void |
updateMethodTrace(int calleeId,
boolean methodEntry)
|
void |
updateMethodTrace2(int calleeId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MethodInvokingTrace()
| Method Detail |
public void updateMethodTrace(int calleeId,
boolean methodEntry)
public void updateMethodTrace2(int calleeId)
public java.util.ArrayList getCallerChains(int callerId,
int calleeId)
public java.util.ArrayList getCallerChain(int callerId,
int calleeId)
public java.util.ArrayList getCallees(int callerId,
int calleeId)
public int size()
public java.util.ArrayList getMethodTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||