org.eclipse.gmt.modisco.java
Interface ArrayInitializer

All Superinterfaces:
ASTNode, Expression

public interface ArrayInitializer
extends Expression

A representation of the model object 'Array Initializer'.

The following features are supported:

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

Method Summary
  getExpressions()
          Returns the value of the 'Expressions' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getExpressions

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

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

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