Interface ForLoop

All Superinterfaces:
Commentable, Conditional, EObject, Notifier, Statement, StatementContainer
All Known Implementing Classes:
ForLoopImpl

public interface ForLoop extends Statement, StatementContainer, Conditional
A representation of the model object 'For Loop'.

The following features are supported:

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

    • getInit

      Returns the value of the 'Init' containment reference.
      Returns:
      the value of the 'Init' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setInit

      void setInit(ForLoopInitializer value)
      Sets the value of the 'Init' containment reference.
      Parameters:
      value - the new value of the 'Init' containment reference.
      See Also:
      Generated class or method.
    • getUpdates

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