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

Interface DivideIntoGivingSimpleStmt

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


    public interface DivideIntoGivingSimpleStmt
    extends DivideIntoGivingStmt
    A representation of a DIVIDE statement with INTO and GIVING clauses.

    The following features are supported:

    See Also:
    COBOLPackage.getDivideIntoGivingSimpleStmt()
    • Method Detail

      • 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.getDivideIntoGivingSimpleStmt_Giving()