Interface NestedExpression

All Superinterfaces:
AdditiveExpressionChild, AndExpressionChild, AnnotationValue, ArrayInitializationValue, AssignmentExpressionChild, Commentable, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EObject, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, MethodReferenceExpressionChild, MultiplicativeExpressionChild, Notifier, PrimaryExpression, Reference, RelationExpressionChild, ShiftExpressionChild, TypeArgumentable, UnaryExpressionChild, UnaryModificationExpressionChild
All Known Implementing Classes:
NestedExpressionImpl

public interface NestedExpression extends Reference
A representation of the model object 'Nested Expression'.

The following features are supported:

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

    • getExpression

      Expression getExpression()
      Returns the value of the 'Expression' containment reference.
      Returns:
      the value of the 'Expression' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true" required="true"
    • setExpression

      void setExpression(Expression value)
      Sets the value of the 'Expression' containment reference.
      Parameters:
      value - the new value of the 'Expression' containment reference.
      See Also:
      Generated class or method.