Class MultiNewArrayInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
com.ibm.wala.ipa.callgraph.propagation.MultiNewArrayInNode
- All Implemented Interfaces:
InstanceKeyWithNode, ContextItem, InstanceKey
An
InstanceKey which represents a multi-new-array allocation site in a CGNode.-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Constructor Summary
ConstructorsConstructorDescriptionMultiNewArrayInNode(CGNode node, NewSiteReference allocation, ArrayClass type, int dim) -
Method Summary
Methods inherited from class AllocationSiteInNode
getCreationSites, getSiteMethods inherited from class AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
MultiNewArrayInNode
-
-
Method Details
-
equals
- Specified by:
equalsin classAllocationSiteInNode
-
hashCode
public int hashCode()- Specified by:
hashCodein classAllocationSiteInNode
-
toString
- Overrides:
toStringin classAllocationSiteInNode
-
getDim
public int getDim()
-