|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprobe.CallGraph
A representation of a call graph.
Constructor Summary | |
CallGraph()
|
Method Summary | |
java.util.Set |
edges()
|
java.util.Set |
entryPoints()
|
java.util.Set |
findReachables()
Returns a set of those methods that are transitively reachable in the call graph from its entry points. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallGraph()
Method Detail |
public java.util.Set entryPoints()
public java.util.Set edges()
public java.util.Set findReachables()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |