public interface NewArrayExpressionT extends ExpressionT
ExpressionT.ExpressionKindEMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
TypeReferenceT |
getType()
Gets the type reference for this element.
|
void |
setType(TypeReferenceT type)
Unlinks the current source type and links the input element.
|
getExpressionKind, getFirstOperand, getOperandAt, getOperandCount, getOperands, getSecondOperand, getThirdOperandaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyTypeReferenceT getType()
void setType(TypeReferenceT type)
type - The new type reference.java.lang.IllegalStateException - if the input type is already linked.