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

Packages that use CGAccumulator
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGAccumulator
 CGAccumulator CGModelFactory.createCGAccumulator()
          Returns a new object of class 'CG Accumulator'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGAccumulator
 class CGAccumulatorImpl
          An implementation of the model object 'CG Accumulator'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGAccumulator
 CGAccumulator CGModelFactoryImpl.createCGAccumulator()
           
 

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

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