soot.jimple.spark.ondemand.pautil
Class SootUtil.CallSiteAndContext

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

public static final class SootUtil.CallSiteAndContext
extends Pair<Integer,ImmutableStack<Integer>>


Field Summary
 
Fields inherited from class soot.toolkits.scalar.Pair
o1, o2
 
Constructor Summary
SootUtil.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

SootUtil.CallSiteAndContext

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