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

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

Subinterfaces of UseStmt 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.