org.eclipse.gmt.modisco.java
Interface ArrayCreation

All Superinterfaces:
ASTNode, Expression

public interface ArrayCreation
extends Expression

A representation of the model object 'Array Creation'.

The following features are supported:

See Also:
JavaPackage.getArrayCreation()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getDimensions

 getDimensions()
Returns the value of the 'Dimensions' containment reference list. The list contents are of type Expression.

If the meaning of the 'Dimensions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dimensions' containment reference list.
See Also:
JavaPackage.getArrayCreation_Dimensions()
Generated:
Model:
containment="true"

getInitializer

ArrayInitializer getInitializer()
Returns the value of the 'Initializer' containment reference.

If the meaning of the 'Initializer' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Initializer' containment reference.
See Also:
setInitializer(ArrayInitializer), JavaPackage.getArrayCreation_Initializer()
Generated:
Model:
containment="true" ordered="false"

setInitializer

void setInitializer(ArrayInitializer value)
Sets the value of the 'Initializer' containment reference.

Parameters:
value - the new value of the 'Initializer' containment reference.
See Also:
getInitializer()
Generated:

getType

TypeAccess getType()
Returns the value of the 'Type' containment reference.

If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeAccess), JavaPackage.getArrayCreation_Type()
Generated:
Model:
containment="true" required="true" ordered="false"

setType

void setType(TypeAccess value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
Generated: