com.ibm.wala.ipa.callgraph.propagation
Class MultiNewArrayAllocationSiteKey
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractAllocationSiteKey
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteKey
com.ibm.wala.ipa.callgraph.propagation.MultiNewArrayAllocationSiteKey
- All Implemented Interfaces:
- InstanceKeyWithNode, ContextItem, InstanceKey
public final class MultiNewArrayAllocationSiteKey
- extends AllocationSiteKey
An instance key which represents a unique set for each multinewarray
allocation site
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MultiNewArrayAllocationSiteKey
public MultiNewArrayAllocationSiteKey(CGNode node,
NewSiteReference allocation,
IClass type,
int dim)
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in class AllocationSiteKey
hashCode
public int hashCode()
- Specified by:
hashCode in class AllocationSiteKey
toString
public java.lang.String toString()
- Overrides:
toString in class AllocationSiteKey
getDim
public int getDim()