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

Interface MultiplyByGivingStmt

  • All Superinterfaces:
    ArithStmt, ASTNode, org.eclipse.emf.ecore.EObject, MultiplyStmt, org.eclipse.emf.common.notify.Notifier, Stmt


    public interface MultiplyByGivingStmt
    extends MultiplyStmt
    A representation of a MULTIPLY statement with BY and GIVING clauses.

    The following features are supported:

    See Also:
    COBOLPackage.getMultiplyByGivingStmt()
    • Method Detail

      • getOperand1

        DataRefOrLiteral getOperand1()
        Returns the value of the 'Operand1' containment reference.

        The value is the data item or literal specified before the BY keyword.

        Returns:
        the value of the 'Operand1' containment reference.
        See Also:
        setOperand1(DataRefOrLiteral), COBOLPackage.getMultiplyByGivingStmt_Operand1()
      • setOperand1

        void setOperand1(DataRefOrLiteral value)
        Sets the value of the 'Operand1' containment reference.
        Parameters:
        value - the new value of the 'Operand1' containment reference.
        See Also:
        getOperand1()
      • getOperand2

        DataRefOrLiteral getOperand2()
        Returns the value of the 'Operand2' containment reference.

        The value is the data item or literal specified after the BY keyword.

        Returns:
        the value of the 'Operand2' containment reference.
        See Also:
        setOperand2(DataRefOrLiteral), COBOLPackage.getMultiplyByGivingStmt_Operand2()
      • setOperand2

        void setOperand2(DataRefOrLiteral value)
        Sets the value of the 'Operand2' containment reference.
        Parameters:
        value - the new value of the 'Operand2' containment reference.
        See Also:
        getOperand2()
      • getGiving

        java.util.List getGiving()
        Returns the value of the 'Giving' containment reference list. The list contents are of type ArithOperand.

        The list contains the data items specified in the GIVING clause.

        Returns:
        the value of the 'Giving' containment reference list.
        See Also:
        COBOLPackage.getMultiplyByGivingStmt_Giving()