Interface ForLoop

    • Method Detail

      • 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:
        getInit()
        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:
        StatementsPackage.getForLoop_Updates()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true"