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

Packages that use CicsLoadStmt
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsLoadStmt
 CicsLoadStmt COBOLFactory.createCicsLoadStmt()
          Returns a new object of class 'Cics Load Stmt'.
 

Uses of CicsLoadStmt in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsLoadStmt
 class CicsLoadStmtImpl
          An implementation of the model object 'Cics Load Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsLoadStmt
 CicsLoadStmt COBOLFactoryImpl.createCicsLoadStmt()
           
 

Uses of CicsLoadStmt in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsLoadStmt
 java.lang.Object COBOLSwitch.caseCicsLoadStmt(CicsLoadStmt object)
          Returns the result of interpreting the object as an instance of 'Cics Load Stmt'.