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
public final class MultiNewArrayInNode extends AllocationSiteInNode
AnInstanceKey
which represents a multinewarray allocation site in aCGNode
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Constructor Summary
Constructors Constructor Description MultiNewArrayInNode(CGNode node, NewSiteReference allocation, ArrayClass type, int dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getDim()
int
hashCode()
String
toString()
-
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 Detail
-
MultiNewArrayInNode
public MultiNewArrayInNode(CGNode node, NewSiteReference allocation, ArrayClass type, int dim)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAllocationSiteInNode
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAllocationSiteInNode
-
toString
public String toString()
- Overrides:
toString
in classAllocationSiteInNode
-
getDim
public int getDim()
-
-