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

Interface MultiplyByStmt

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


    public interface MultiplyByStmt
    extends MultiplyStmt
    A representation of a MULTIPLY statement with a BY clause.

    The following features are supported:

    See Also:
    COBOLPackage.getMultiplyByStmt()
    • Method Detail

      • getMultiplier

        DataRefOrLiteral getMultiplier()
        Returns the value of the 'Multiplier' containment reference.

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

        Returns:
        the value of the 'Multiplier' containment reference.
        See Also:
        setMultiplier(DataRefOrLiteral), COBOLPackage.getMultiplyByStmt_Multiplier()
      • setMultiplier

        void setMultiplier(DataRefOrLiteral value)
        Sets the value of the 'Multiplier' containment reference.
        Parameters:
        value - the new value of the 'Multiplier' containment reference.
        See Also:
        getMultiplier()
      • getDestinations

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

        The list contains the data items specified after the BY keyword.

        Returns:
        the value of the 'Destinations' containment reference list.
        See Also:
        COBOLPackage.getMultiplyByStmt_Destinations()