public class MethodLevelCallGraph extends Object implements DirectedGraph<SootMethod>
| Constructor and Description |
|---|
MethodLevelCallGraph(OnFlyCallGraph callGraph) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SootMethod> |
allNodes() |
Collection<SootMethod> |
predsOf(SootMethod n) |
Collection<SootMethod> |
succsOf(SootMethod n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeReachableNodes, computeRootNodes, computeTailNodespublic MethodLevelCallGraph(OnFlyCallGraph callGraph)
public Collection<SootMethod> allNodes()
allNodes in interface DirectedGraph<SootMethod>public Collection<SootMethod> predsOf(SootMethod n)
predsOf in interface DirectedGraph<SootMethod>public Collection<SootMethod> succsOf(SootMethod n)
succsOf in interface DirectedGraph<SootMethod>Copyright © 2024 Soot OSS. All rights reserved.