Uses of Interface
com.ibm.etools.cobol.application.model.cobol.DeclarativesContent

Uses of DeclarativesContent in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of DeclarativesContent in com.ibm.etools.cobol.application.model.cobol
 interface DebuggingUseStmt
          A representation of a DEBUGGING declarative in the declaratives section of the PROCEDURE division.
 interface ExceptionUseStmt
          A representation of an EXCEPTION declarative in the declaratives section of the PROCEDURE division.
 interface LabelUseStmt
          A representation of a label declarative.
 interface Paragraph
          A representation of a paragraph in the PROCEDURE division.
 interface Section
          A representation of a section in the PROCEDURE division.
 interface Sentence
          A representation of a sentence in the PROCEDURE division.
 interface UseStmt
          A representation of a USE statement in the PROCEDURE division.