org.eclipse.modisco.omg.gastm
Interface AggregateExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface AggregateExpression
extends Expression

A representation of the model object 'Aggregate Expression'.

The following features are supported:

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

Method Summary
  getSubExpressions()
          Returns the value of the 'Sub Expressions' 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

getSubExpressions

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

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

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