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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsAbendStmt
 CicsAbendStmt COBOLFactory.createCicsAbendStmt()
          Returns a new object of class 'Cics Abend Stmt'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsAbendStmt
 class CicsAbendStmtImpl
          An implementation of the model object 'Cics Abend Stmt'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsAbendStmt
 CicsAbendStmt COBOLFactoryImpl.createCicsAbendStmt()
           
 

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

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