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

Interface DebuggingUseStmt

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


    public interface DebuggingUseStmt
    extends UseStmt
    A representation of a DEBUGGING declarative in the declaratives section of the PROCEDURE division.

    The following features are supported:

    See Also:
    COBOLPackage.getDebuggingUseStmt()
    • Method Detail

      • isAllProcedures

        boolean isAllProcedures()
        Returns the value of the 'All Procedures' attribute.

        The value is true if the ALL PROCEDURES clause is present; false otherwise.

        Returns:
        the value of the 'All Procedures' attribute.
        See Also:
        setAllProcedures(boolean), COBOLPackage.getDebuggingUseStmt_AllProcedures()
      • setAllProcedures

        void setAllProcedures(boolean value)
        Sets the value of the 'All Procedures' attribute.
        Parameters:
        value - the new value of the 'All Procedures' attribute.
        See Also:
        isAllProcedures()
      • getProcedures

        java.util.List getProcedures()
        Returns the value of the 'Procedures' reference list. The list contents are of type SectionOrParagraph.

        The list contains the procedures specified in the declarative.

        Returns:
        the value of the 'Procedures' reference list.
        See Also:
        COBOLPackage.getDebuggingUseStmt_Procedures()