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

Packages that use CGString
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.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGString
 CGString CodeGenAnalyzer.getString(java.lang.String aString)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGString
 CGString CGModelFactory.createCGString()
          Returns a new object of class 'CG String'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGString
 class CGStringImpl
          An implementation of the model object 'CG String'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGString
 CGString CGModelFactoryImpl.createCGString()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGString
 T CGModelSwitch.caseCGString(CGString object)
          Returns the result of interpreting the object as an instance of 'CG String'.
 R AbstractExtendingCGModelVisitor.visitCGString(CGString object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGString(CGString object)
           
 R AbstractNullCGModelVisitor.visitCGString(CGString object)
           
 R CGModelVisitor.visitCGString(CGString object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGString
 java.lang.Boolean CG2JavaVisitor.visitCGString(CGString object)