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 multinewarray allocation site in a CGNode
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
ConstructorDescriptionMultiNewArrayInNode
(CGNode node, NewSiteReference allocation, ArrayClass type, int dim) -
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
getCreationSites, getSite
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
MultiNewArrayInNode
-
-
Method Details
-
equals
- Specified by:
equals
in classAllocationSiteInNode
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAllocationSiteInNode
-
toString
- Overrides:
toString
in classAllocationSiteInNode
-
getDim
public int getDim()
-