soot.jimple.spark.ondemand
Class DemandCSPointsTo.CallSiteAndContext

java.lang.Object
  extended by soot.toolkits.scalar.Pair<Integer,ImmutableStack<Integer>>
      extended by soot.jimple.spark.ondemand.DemandCSPointsTo.CallSiteAndContext
Enclosing class:
DemandCSPointsTo

protected static final class DemandCSPointsTo.CallSiteAndContext
extends Pair<Integer,ImmutableStack<Integer>>


Field Summary
 
Fields inherited from class soot.toolkits.scalar.Pair
o1, o2
 
Constructor Summary
DemandCSPointsTo.CallSiteAndContext(Integer callSite, ImmutableStack<Integer> callingContext)
           
 
Method Summary
 
Methods inherited from class soot.toolkits.scalar.Pair
equals, getO1, getO2, hashCode, isParameter, isThisParameter, setO1, setO2, setPair, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemandCSPointsTo.CallSiteAndContext

public DemandCSPointsTo.CallSiteAndContext(Integer callSite,
                                           ImmutableStack<Integer> callingContext)