Uses of Class
soot.jimple.spark.ondemand.pautil.AssignEdge

Packages that use AssignEdge
soot.jimple.spark.ondemand   
soot.jimple.spark.ondemand.pautil   
 

Uses of AssignEdge in soot.jimple.spark.ondemand
 

Methods in soot.jimple.spark.ondemand that return types with arguments of type AssignEdge
protected  Collection<AssignEdge> DemandCSPointsTo.filterAssigns(VarNode v, ImmutableStack<Integer> callingContext, boolean forward, boolean refineVirtCalls)
           
protected  Collection<AssignEdge> DemandCSPointsTo.filterAssigns(VarNode v, ImmutableStack<Integer> callingContext, boolean forward, boolean refineVirtCalls)
           
 

Methods in soot.jimple.spark.ondemand with parameters of type AssignEdge
protected  boolean DemandCSPointsTo.callEdgeInSCC(AssignEdge assignEdge)
           
protected  boolean DemandCSPointsTo.callEdgeInSCC(AssignEdge assignEdge)
           
protected  boolean DemandCSPointsTo.isRecursive(ImmutableStack<Integer> context, AssignEdge assignEdge)
           
protected  boolean DemandCSPointsTo.isRecursive(ImmutableStack<Integer> context, AssignEdge assignEdge)
           
protected  ImmutableStack<Integer> DemandCSPointsTo.pushWithRecursionCheck(ImmutableStack<Integer> context, AssignEdge assignEdge)
           
protected  ImmutableStack<Integer> DemandCSPointsTo.pushWithRecursionCheck(ImmutableStack<Integer> context, AssignEdge assignEdge)
           
 

Uses of AssignEdge in soot.jimple.spark.ondemand.pautil
 

Methods in soot.jimple.spark.ondemand.pautil that return types with arguments of type AssignEdge
 ArraySet<AssignEdge> ContextSensitiveInfo.getAssignBarEdges(VarNode node)
           
 ArraySet<AssignEdge> ContextSensitiveInfo.getAssignBarEdges(VarNode node)
           
 ArraySet<AssignEdge> ContextSensitiveInfo.getAssignEdges(VarNode node)
           
 ArraySet<AssignEdge> ContextSensitiveInfo.getAssignEdges(VarNode node)
           
 ArraySet<AssignEdge> ContextSensitiveInfo.getCallSiteEdges(Integer callSite)
           
 ArraySet<AssignEdge> ContextSensitiveInfo.getCallSiteEdges(Integer callSite)