public interface ContextSensitiveCallGraph
| Modifier and Type | Method and Description |
|---|---|
Iterator |
allEdges()
Returns all ContextSensitiveEdge's in the call graph.
|
Iterator |
edgesInto(Context tgtCtxt,
SootMethod tgt)
Returns all ContextSensitiveEdge's into method tgt in context tgtCtxt.
|
Iterator |
edgeSources()
Returns all MethodOrMethodContext's (context,method pairs) that are the source of some edge.
|
Iterator |
edgesOutOf(Context srcCtxt,
SootMethod src)
Returns all ContextSensitiveEdge's out of method src in context srcCtxt.
|
Iterator |
edgesOutOf(Context srcCtxt,
SootMethod src,
Unit srcUnit)
Returns all ContextSensitiveEdge's out of unit srcUnit in method src in context srcCtxt.
|
Iterator edgeSources()
Iterator allEdges()
Iterator edgesOutOf(Context srcCtxt, SootMethod src, Unit srcUnit)
Iterator edgesOutOf(Context srcCtxt, SootMethod src)
Iterator edgesInto(Context tgtCtxt, SootMethod tgt)
Copyright © 2020 Soot OSS. All rights reserved.