org.eclipse.modisco.omg.gastm
Interface CollectionExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface CollectionExpression
extends Expression

A representation of the model object 'Collection Expression'.

The following features are supported:

See Also:
GASTMPackage.getCollectionExpression()
Generated:
Model:

Method Summary
  getExpressionList()
          Returns the value of the 'Expression List' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getExpressionList

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

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

Returns:
the value of the 'Expression List' containment reference list.
See Also:
GASTMPackage.getCollectionExpression_ExpressionList()
Generated:
Model:
containment="true"