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

Interface ArithStmt

    • Method Detail

      • getOnSizeError

        java.util.List getOnSizeError()
        Returns the value of the 'On Size Error' containment reference list. The list contents are of type Stmt.

        The list contains the statements specified in the ON SIZE ERROR clause.

        Returns:
        the value of the 'On Size Error' containment reference list.
        See Also:
        COBOLPackage.getArithStmt_OnSizeError()
      • getNotOnSizeError

        java.util.List getNotOnSizeError()
        Returns the value of the 'Not On Size Error' containment reference list. The list contents are of type Stmt.

        The list contains the statements specified in the NOT ON SIZE ERROR clause.

        Returns:
        the value of the 'Not On Size Error' containment reference list.
        See Also:
        COBOLPackage.getArithStmt_NotOnSizeError()