Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGCatchExp

Packages that use CGCatchExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.cse   
org.eclipse.ocl.examples.codegen.java   
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGCatchExp
 java.lang.String CG2StringVisitor.visitCGCatchExp(CGCatchExp cgCatchExp)
           
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGCatchExp
 CGCatchExp CGModelFactory.createCGCatchExp()
          Returns a new object of class 'CG Catch Exp'.
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCatchExp
 class CGCatchExpImpl
          An implementation of the model object 'CG Catch Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGCatchExp
 CGCatchExp CGModelFactoryImpl.createCGCatchExp()
           
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGCatchExp
 T CGModelSwitch.caseCGCatchExp(CGCatchExp object)
          Returns the result of interpreting the object as an instance of 'CG Catch Exp'.
 R AbstractExtendingCGModelVisitor.visitCGCatchExp(CGCatchExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGCatchExp(CGCatchExp object)
           
 R AbstractNullCGModelVisitor.visitCGCatchExp(CGCatchExp object)
           
 R CGModelVisitor.visitCGCatchExp(CGCatchExp object)
           
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.cse
 

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type CGCatchExp
static LocalPlace CatchPlace.createCatchPlace(java.util.Map<CGElement,AbstractPlace> element2place, CGCatchExp cgCatchExp)
           
 

Uses of CGCatchExp in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGCatchExp
 java.lang.Boolean CG2JavaVisitor.visitCGCatchExp(CGCatchExp cgCatchExp)