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

Interface ExprArithBinary

    • Method Detail

      • getArg1

        Expr getArg1()
        Returns the value of the 'Arg1' containment reference.

        Returns:
        the value of the 'Arg1' containment reference.
        See Also:
        setArg1(Expr), COBOLPackage.getExprArithBinary_Arg1()
      • setArg1

        void setArg1(Expr value)
        Sets the value of the 'Arg1' containment reference.
        Parameters:
        value - the new value of the 'Arg1' containment reference.
        See Also:
        getArg1()
      • getArg2

        Expr getArg2()
        Returns the value of the 'Arg2' containment reference.

        Returns:
        the value of the 'Arg2' containment reference.
        See Also:
        setArg2(Expr), COBOLPackage.getExprArithBinary_Arg2()
      • setArg2

        void setArg2(Expr value)
        Sets the value of the 'Arg2' containment reference.
        Parameters:
        value - the new value of the 'Arg2' containment reference.
        See Also:
        getArg2()