Uses of Class
soot.jimple.toolkits.callgraph.Edge

Packages that use Edge
soot.jimple.spark.pag   
soot.jimple.toolkits.callgraph   
 

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
 

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.