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

Interface DivideIntoSimpleStmt

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


    public interface DivideIntoSimpleStmt
    extends DivideStmt
    A representation of a DIVIDE statement with an INTO clause.

    The following features are supported:

    See Also:
    COBOLPackage.getDivideIntoSimpleStmt()
    • Method Detail

      • getInto

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

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

        Returns:
        the value of the 'Into' containment reference list.
        See Also:
        COBOLPackage.getDivideIntoSimpleStmt_Into()