public final class MultiNewArrayInNode extends AllocationSiteInNode
InstanceKey
which represents a multinewarray allocation site in a CGNode
.ContextItem.Value<T>
Constructor and Description |
---|
MultiNewArrayInNode(CGNode node,
NewSiteReference allocation,
ArrayClass type,
int dim) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getDim() |
int |
hashCode() |
String |
toString() |
getCreationSites, getSite
getConcreteType, getNode
public MultiNewArrayInNode(CGNode node, NewSiteReference allocation, ArrayClass type, int dim)
public boolean equals(Object obj)
equals
in class AllocationSiteInNode
public int hashCode()
hashCode
in class AllocationSiteInNode
public String toString()
toString
in class AllocationSiteInNode
public int getDim()