Package soot.jimple.spark.ondemand
Class DemandCSPointsTo.CallSiteAndContext
- java.lang.Object
-
- soot.toolkits.scalar.Pair<Integer,ImmutableStack<Integer>>
-
- soot.jimple.spark.ondemand.DemandCSPointsTo.CallSiteAndContext
-
- Enclosing class:
- DemandCSPointsTo
protected static final class DemandCSPointsTo.CallSiteAndContext extends Pair<Integer,ImmutableStack<Integer>>
-
-
Constructor Summary
Constructors Constructor Description CallSiteAndContext(Integer callSite, ImmutableStack<Integer> callingContext)
-
-
-
Constructor Detail
-
CallSiteAndContext
public CallSiteAndContext(Integer callSite, ImmutableStack<Integer> callingContext)
-
-