Interface ExpressionList

All Superinterfaces:
Commentable, EObject, ForLoopInitializer, Notifier
All Known Implementing Classes:
ExpressionListImpl

public interface ExpressionList extends ForLoopInitializer
A representation of the model object 'Expression List'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getExpressions

      EList<Expression> getExpressions()
      Returns the value of the 'Expressions' containment reference list. The list contents are of type Expression.
      Returns:
      the value of the 'Expressions' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"