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

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGText
 CGText CGModelFactory.createCGText()
          Returns a new object of class 'CG Text'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGText
 class CGTextImpl
          An implementation of the model object 'CG Text'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGText
 CGText CGModelFactoryImpl.createCGText()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java that return CGText
 CGText JavaLocalContext.createStandardLibraryVariable()
           
protected  CGText CG2JavaPreVisitor.installStandardLibraryVariable(CGValuedElement cgValuedElement)
           
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGText
 java.lang.Boolean CG2JavaVisitor.visitCGText(CGText cgText)