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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsStartBrStmt
 CicsStartBrStmt COBOLFactory.createCicsStartBrStmt()
          Returns a new object of class 'Cics Start Br Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsStartBrStmt
 class CicsStartBrStmtImpl
          An implementation of the model object 'Cics Start Br Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsStartBrStmt
 CicsStartBrStmt COBOLFactoryImpl.createCicsStartBrStmt()
           
 

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

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