Interface NotExpression

    • Method Detail

      • getInner

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

        void setInner​(Unary value)
        Sets the value of the 'Inner' containment reference.
        Parameters:
        value - the new value of the 'Inner' containment reference.
        See Also:
        getInner()
        Generated class or method.