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

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGInfinity
 CGInfinity CodeGenAnalyzer.getInfinity()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGInfinity
 CGInfinity CGModelFactory.createCGInfinity()
          Returns a new object of class 'CG Infinity'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGInfinity
 class CGInfinityImpl
          An implementation of the model object 'CG Infinity'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGInfinity
 CGInfinity CGModelFactoryImpl.createCGInfinity()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGInfinity
 T CGModelSwitch.caseCGInfinity(CGInfinity object)
          Returns the result of interpreting the object as an instance of 'CG Infinity'.
 R AbstractExtendingCGModelVisitor.visitCGInfinity(CGInfinity object)
           
 R AbstractNullCGModelVisitor.visitCGInfinity(CGInfinity object)
           
 R CGModelVisitor.visitCGInfinity(CGInfinity object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGInfinity
 java.lang.Object CG2JavaVisitor.visitCGInfinity(CGInfinity object)