com.ibm.etools.cobol.application.model.cobol

Interface ExprLogicalBinary

    • Method Detail

      • getExpr1

        ExprConditional getExpr1()
        Returns the value of the 'Expr1' containment reference.

        The value is the first conditional expression.

        Returns:
        the value of the 'Expr1' containment reference.
        See Also:
        setExpr1(ExprConditional), COBOLPackage.getExprLogicalBinary_Expr1()
      • setExpr1

        void setExpr1(ExprConditional value)
        Sets the value of the 'Expr1' containment reference.
        Parameters:
        value - the new value of the 'Expr1' containment reference.
        See Also:
        getExpr1()
      • getExpr2

        ExprConditional getExpr2()
        Returns the value of the 'Expr2' containment reference.

        The value is the second conditional expression.

        Returns:
        the value of the 'Expr2' containment reference.
        See Also:
        setExpr2(ExprConditional), COBOLPackage.getExprLogicalBinary_Expr2()
      • setExpr2

        void setExpr2(ExprConditional value)
        Sets the value of the 'Expr2' containment reference.
        Parameters:
        value - the new value of the 'Expr2' containment reference.
        See Also:
        getExpr2()