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

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

Subinterfaces of CompilerDirectingStmt in com.ibm.etools.cobol.application.model.cobol
 interface CBLProcessStmt
          A representation of a CBL (PROCESS) compiler-directing statement.
 interface CopyStmt
          A representation of a COPY statement.
 interface EjectStmt
          A representation of the EJECT compiler-directing statement.
 interface ReplaceOffStmt
          A representation of the REPLACE OFF compiler-directing statement.
 interface ReplaceStmt
          A representation of a REPLACE compiler-directing statement with BY clauses.
 interface ServiceLabelStmt
          A representation of the SERVICE LABEL compiler-directing statement.
 interface Skip1Stmt
          A representation of the SKIP1 compiler-directing statement.
 interface Skip2Stmt
          A representation of the SKIP2 compiler-directing statement.
 interface Skip3Stmt
          A representation of the SKIP3 compiler-directing statement.
 interface TitleStmt
          A representation of the TITLE compiler-directing statement.