Package qilin.pta.toolkits.turner
Class MethodLevelCallGraph
java.lang.Object
qilin.pta.toolkits.turner.MethodLevelCallGraph
- All Implemented Interfaces:
DirectedGraph<SootMethod>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface qilin.util.graph.DirectedGraph
computeReachableNodes, computeRootNodes, computeTailNodes
-
Constructor Details
-
MethodLevelCallGraph
-
-
Method Details
-
allNodes
- Specified by:
allNodes
in interfaceDirectedGraph<SootMethod>
-
predsOf
- Specified by:
predsOf
in interfaceDirectedGraph<SootMethod>
-
succsOf
- Specified by:
succsOf
in interfaceDirectedGraph<SootMethod>
-