soot.jimple.spark.ondemand
Class AllocAndContext

java.lang.Object
  extended by soot.jimple.spark.ondemand.AllocAndContext

public class AllocAndContext
extends Object


Field Summary
 AllocNode alloc
           
 ImmutableStack<Integer> context
           
 
Constructor Summary
AllocAndContext(AllocNode alloc, ImmutableStack<Integer> context)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

alloc

public final AllocNode alloc

context

public final ImmutableStack<Integer> context
Constructor Detail

AllocAndContext

public AllocAndContext(AllocNode alloc,
                       ImmutableStack<Integer> context)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object