Interface Parenthesis

    • Method Detail

      • getInnerExpression

        Expression getInnerExpression()
        Returns the value of the 'Inner Expression' containment reference.

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

        Returns:
        the value of the 'Inner Expression' containment reference.
        See Also:
        setInnerExpression(Expression), StoexPackage.getParenthesis_InnerExpression()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setInnerExpression

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