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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsAddressStmt
 CicsAddressStmt COBOLFactory.createCicsAddressStmt()
          Returns a new object of class 'Cics Address Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsAddressStmt
 class CicsAddressStmtImpl
          An implementation of the model object 'Cics Address Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsAddressStmt
 CicsAddressStmt COBOLFactoryImpl.createCicsAddressStmt()
           
 

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

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