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

Packages that use CicsGetMainStmt
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 CicsGetMainStmt in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsGetMainStmt
 CicsGetMainStmt COBOLFactory.createCicsGetMainStmt()
          Returns a new object of class 'Cics Get Main Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsGetMainStmt
 class CicsGetMainStmtImpl
          An implementation of the model object 'Cics Get Main Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsGetMainStmt
 CicsGetMainStmt COBOLFactoryImpl.createCicsGetMainStmt()
           
 

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

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