public interface ArrayCreation extends Expression
The following features are supported:
JavaPackage.getArrayCreation()| Modifier and Type | Method and Description |
|---|---|
|
getDimensions()
Returns the value of the 'Dimensions' containment reference list.
|
ArrayInitializer |
getInitializer()
Returns the value of the 'Initializer' containment reference.
|
TypeAccess |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setInitializer(ArrayInitializer value)
Sets the value of the '
Initializer' containment reference. |
void |
setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetDimensions()
Expression.
If the meaning of the 'Dimensions' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getArrayCreation_Dimensions()ArrayInitializer getInitializer()
If the meaning of the 'Initializer' containment reference isn't clear, there really should be more of a description here...
setInitializer(ArrayInitializer),
JavaPackage.getArrayCreation_Initializer()void setInitializer(ArrayInitializer value)
Initializer' containment reference.
value - the new value of the 'Initializer' containment reference.getInitializer()TypeAccess getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeAccess),
JavaPackage.getArrayCreation_Type()void setType(TypeAccess value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()