|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
soot.jimple.spark.pag | |
soot.jimple.toolkits.callgraph | |
soot.jimple.toolkits.infoflow | |
soot.jimple.toolkits.thread.mhp | |
soot.jimple.toolkits.thread.transaction |
Uses of Edge in soot.jimple.spark.pag |
Methods in soot.jimple.spark.pag with parameters of type Edge | |
void |
PAG.addCallTarget(Edge e)
|
Uses of Edge in soot.jimple.toolkits.callgraph |
Fields in soot.jimple.toolkits.callgraph declared as Edge | |
protected Edge |
CallGraph.dummy
|
Methods in soot.jimple.toolkits.callgraph with parameters of type Edge | |
boolean |
CallGraph.addEdge(Edge e)
Used to add an edge to the call graph. |
boolean |
CallGraph.removeEdge(Edge e)
Removes the edge e from the call graph. |
boolean |
EdgePredicate.want(Edge e)
Returns true iff the edge e is wanted. |
boolean |
ExplicitEdgesPred.want(Edge e)
Returns true iff the edge e is wanted. |
boolean |
InstanceInvokeEdgesPred.want(Edge e)
Returns true iff the edge e is wanted. |
boolean |
SlowCallGraph.addEdge(Edge e)
Used to add an edge to the call graph. |
boolean |
SlowCallGraph.removeEdge(Edge e)
Removes the edge e from the call graph. |
Uses of Edge in soot.jimple.toolkits.infoflow |
Methods in soot.jimple.toolkits.infoflow with parameters of type Edge | |
boolean |
CallChain.contains(Edge e)
|
CallChain |
LocalObjectsAnalysis.getNextCallChainBetween(ReachableMethods rm,
SootMethod start,
SootMethod end,
Edge endToPath,
CallChain path,
List previouslyFound)
|
Constructors in soot.jimple.toolkits.infoflow with parameters of type Edge | |
CallChain(Edge edge,
CallChain next)
|
Uses of Edge in soot.jimple.toolkits.thread.mhp |
Methods in soot.jimple.toolkits.thread.mhp with parameters of type Edge | |
boolean |
RunMethodsPred.want(Edge e)
Returns true iff the edge e is wanted. |
Uses of Edge in soot.jimple.toolkits.thread.transaction |
Methods in soot.jimple.toolkits.thread.transaction with parameters of type Edge | |
boolean |
TransactionVisibleEdgesPred.want(Edge e)
Returns true iff the edge e is wanted. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |