com.ibm.wala.ipa.callgraph.propagation
Class SmushedAllocationSiteKey

java.lang.Object
  extended by com.ibm.wala.ipa.callgraph.propagation.AbstractAllocationSiteKey
      extended by com.ibm.wala.ipa.callgraph.propagation.SmushedAllocationSiteKey
All Implemented Interfaces:
InstanceKeyWithNode, ContextItem, InstanceKey

public class SmushedAllocationSiteKey
extends AbstractAllocationSiteKey

An instance key which represents a unique set for ALL allocation sites of a given type in a CGNode


Constructor Summary
SmushedAllocationSiteKey(CGNode node, IClass type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String 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

SmushedAllocationSiteKey

public SmushedAllocationSiteKey(CGNode node,
                                IClass type)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class AbstractAllocationSiteKey

hashCode

public int hashCode()
Specified by:
hashCode in class AbstractAllocationSiteKey

toString

public java.lang.String toString()
Specified by:
toString in class AbstractAllocationSiteKey