Uses of Class
soot.toolkits.scalar.Pair

Packages that use Pair
soot.jimple.spark.geom.geomPA   
soot.jimple.spark.ondemand   
soot.jimple.spark.ondemand.pautil   
soot.jimple.spark.pag   
soot.jimple.toolkits.thread.synchronization   
 

Uses of Pair in soot.jimple.spark.geom.geomPA
 

Fields in soot.jimple.spark.geom.geomPA declared as Pair
 Pair<IVarAbstraction,IVarAbstraction> PlainConstraint.expr
          The two pointers involved in this constraint
 Pair<IVarAbstraction,IVarAbstraction> PlainConstraint.expr
          The two pointers involved in this constraint
 

Uses of Pair in soot.jimple.spark.ondemand
 

Subclasses of Pair in soot.jimple.spark.ondemand
protected static class DemandCSPointsTo.CallSiteAndContext
           
 

Fields in soot.jimple.spark.ondemand with type parameters of type Pair
protected  Stack<Pair<Integer,ImmutableStack<Integer>>> DemandCSPointsTo.callGraphStack
           
protected  Stack<Pair<Integer,ImmutableStack<Integer>>> DemandCSPointsTo.callGraphStack
           
protected  Map<DemandCSPointsTo.VarAndContext,Pair<PointsToSetInternal,AllocAndContextSet>> DemandCSPointsTo.contextsForAllocsCache
           
protected  Map<DemandCSPointsTo.VarAndContext,Pair<PointsToSetInternal,AllocAndContextSet>> DemandCSPointsTo.contextsForAllocsCache
           
 

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

Subclasses of Pair in soot.jimple.spark.ondemand.pautil
static class SootUtil.CallSiteAndContext
           
 

Uses of Pair in soot.jimple.spark.pag
 

Fields in soot.jimple.spark.pag with type parameters of type Pair
protected  Map<Pair,Set<Edge>> PAG.assign2edges
           
protected  Map<Pair,Set<Edge>> PAG.assign2edges
           
 

Methods in soot.jimple.spark.pag that return Pair
 Pair<Node,Node> PAG.addInterproceduralAssignment(Node from, Node to, Edge e)
           
 Pair<Node,Node> PAG.addInterproceduralAssignment(Node from, Node to, Edge e)
           
 

Methods in soot.jimple.spark.pag with parameters of type Pair
 Set<Edge> PAG.lookupEdgesForAssignment(Pair<Node,Node> val)
           
 Set<Edge> PAG.lookupEdgesForAssignment(Pair<Node,Node> val)
           
 

Uses of Pair in soot.jimple.toolkits.thread.synchronization
 

Fields in soot.jimple.toolkits.thread.synchronization declared as Pair
 Pair<Stmt,Stmt> SynchronizedRegion.end
           
 Pair<Stmt,Stmt> SynchronizedRegion.end
           
 Pair<Stmt,Stmt> SynchronizedRegion.exceptionalEnd
           
 Pair<Stmt,Stmt> SynchronizedRegion.exceptionalEnd
           
 

Fields in soot.jimple.toolkits.thread.synchronization with type parameters of type Pair
 List<Pair<Stmt,Stmt>> SynchronizedRegion.earlyEnds
           
 List<Pair<Stmt,Stmt>> SynchronizedRegion.earlyEnds