|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.ipa.callgraph.propagation.AbstractAllocationSiteKey
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteKey
com.ibm.wala.ipa.callgraph.propagation.NormalAllocationSiteKey
public final class NormalAllocationSiteKey
An instance key which represents the set of objects allocated at a "normal" (not multinewarray) bytecode
| Constructor Summary | |
|---|---|
NormalAllocationSiteKey(CGNode node,
NewSiteReference allocation,
IClass type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
| Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AllocationSiteKey |
|---|
getSite, toString |
| Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractAllocationSiteKey |
|---|
getConcreteType, getNode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NormalAllocationSiteKey(CGNode node,
NewSiteReference allocation,
IClass type)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class AllocationSiteKeypublic int hashCode()
hashCode in class AllocationSiteKey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||