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

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

Subinterfaces of CicsAfterOrAtClause in com.ibm.etools.cobol.application.model.cobol
 interface CicsAfterClause
          A representation of the model object 'Cics After Clause'.
 interface CicsAtClause
          A representation of the model object 'Cics At Clause'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsAfterOrAtClause
 class CicsAfterClauseImpl
          An implementation of the model object 'Cics After Clause'.
 class CicsAfterOrAtClauseImpl
          An implementation of the model object 'Cics After Or At Clause'.
 class CicsAtClauseImpl
          An implementation of the model object 'Cics At Clause'.
 

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

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsAfterOrAtClause
 java.lang.Object COBOLSwitch.caseCicsAfterOrAtClause(CicsAfterOrAtClause object)
          Returns the result of interpreting the object as an instance of 'Cics After Or At Clause'.