Uses of Class
soot.jimple.spark.ondemand.genericutil.Stack

Packages that use Stack
soot.jimple.spark.ondemand   
soot.jimple.spark.ondemand.genericutil   
 

Uses of Stack in soot.jimple.spark.ondemand
 

Fields in soot.jimple.spark.ondemand declared as Stack
protected  Stack<Pair<Integer,ImmutableStack<Integer>>> DemandCSPointsTo.callGraphStack
           
protected  Stack<Pair<Integer,ImmutableStack<Integer>>> DemandCSPointsTo.callGraphStack
           
protected  Stack<DemandCSPointsTo.VarAndContext> DemandCSPointsTo.contextForAllocsStack
           
protected  Stack<DemandCSPointsTo.VarAndContext> DemandCSPointsTo.contextForAllocsStack
           
 

Methods in soot.jimple.spark.ondemand with parameters of type Stack
protected  void DemandCSPointsTo.processIncomingEdges(DemandCSPointsTo.IncomingEdgeHandler h, Stack<DemandCSPointsTo.VarAndContext> worklist)
           
protected  void DemandCSPointsTo.processIncomingEdges(DemandCSPointsTo.IncomingEdgeHandler h, Stack<DemandCSPointsTo.VarAndContext> worklist)
           
 

Uses of Stack in soot.jimple.spark.ondemand.genericutil
 

Methods in soot.jimple.spark.ondemand.genericutil that return Stack
 Stack<T> Stack.clone()
           
 Stack<T> Stack.clone()
           
 

Constructors in soot.jimple.spark.ondemand.genericutil with parameters of type Stack
Propagator(Set<T> marked, Stack<T> worklist)
           
Propagator(Set<T> marked, Stack<T> worklist)