Package soot.jimple.spark.ondemand
Class AllocAndContext
- java.lang.Object
-
- soot.jimple.spark.ondemand.AllocAndContext
-
public class AllocAndContext extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AllocNode
alloc
ImmutableStack<Integer>
context
-
Constructor Summary
Constructors Constructor Description AllocAndContext(AllocNode alloc, ImmutableStack<Integer> context)
-
-
-
Field Detail
-
alloc
public final AllocNode alloc
-
context
public final ImmutableStack<Integer> context
-
-
Constructor Detail
-
AllocAndContext
public AllocAndContext(AllocNode alloc, ImmutableStack<Integer> context)
-
-