|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.spark.ondemand.AllocAndContext
public class AllocAndContext
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 |
---|
public final AllocNode alloc
public final ImmutableStack<Integer> context
Constructor Detail |
---|
public AllocAndContext(AllocNode alloc, ImmutableStack<Integer> context)
Method Detail |
---|
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |