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

Packages that use CGThrowExp
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 CGThrowExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGThrowExp
 java.lang.String CG2StringVisitor.visitCGThrowExp(CGThrowExp cgThrowExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGThrowExp
 CGThrowExp CGModelFactory.createCGThrowExp()
          Returns a new object of class 'CG Throw Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGThrowExp
 class CGThrowExpImpl
          An implementation of the model object 'CG Throw Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGThrowExp
 CGThrowExp CGModelFactoryImpl.createCGThrowExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type CGThrowExp
static LocalPlace ThrowPlace.createThrowPlace(java.util.Map<CGElement,AbstractPlace> element2place, CGThrowExp cgThrowExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGThrowExp
 java.lang.Boolean CG2JavaVisitor.visitCGThrowExp(CGThrowExp cgThrowExp)