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

Packages that use CGIterator
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.iteration   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGIterator
 CGIterator Pivot2CGVisitor.getIterator(VariableDeclaration pVariable)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGIterator
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGIterator(CGIterator cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGIterator
 CGIterator CGModelFactory.createCGIterator()
          Returns a new object of class 'CG Iterator'.
 CGIterator CGBuiltInIterationCallExp.getAccumulator()
          Returns the value of the 'Accumulator' containment reference.
 CGIterator CGLibraryIterateCallExp.getResult()
          Returns the value of the 'Result' containment reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGIterator
 java.util.List<CGIterator> CGIterationCallExp.getIterators()
          Returns the value of the 'Iterators' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGIterator
 void CGBuiltInIterationCallExp.setAccumulator(CGIterator value)
          Sets the value of the 'Accumulator' containment reference.
 void CGLibraryIterateCallExp.setResult(CGIterator value)
          Sets the value of the 'Result' containment reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGIterator
 class CGIteratorImpl
          An implementation of the model object 'CG Iterator'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGIterator
protected  CGIterator CGBuiltInIterationCallExpImpl.accumulator
          The cached value of the 'Accumulator' containment reference.
protected  CGIterator CGLibraryIterateCallExpImpl.result
          The cached value of the 'Result' containment reference.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGIterator
protected  org.eclipse.emf.common.util.EList<CGIterator> CGIterationCallExpImpl.iterators
          The cached value of the 'Iterators' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGIterator
 CGIterator CGModelFactoryImpl.createCGIterator()
           
 CGIterator CGBuiltInIterationCallExpImpl.getAccumulator()
           
 CGIterator CGLibraryIterateCallExpImpl.getResult()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGIterator
 java.util.List<CGIterator> CGIterationCallExpImpl.getIterators()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGIterator
 org.eclipse.emf.common.notify.NotificationChain CGBuiltInIterationCallExpImpl.basicSetAccumulator(CGIterator newAccumulator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CGLibraryIterateCallExpImpl.basicSetResult(CGIterator newResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CGBuiltInIterationCallExpImpl.setAccumulator(CGIterator newAccumulator)
           
 void CGLibraryIterateCallExpImpl.setResult(CGIterator newResult)
           
 

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

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

Uses of CGIterator in org.eclipse.ocl.examples.codegen.java.iteration
 

Methods in org.eclipse.ocl.examples.codegen.java.iteration that return CGIterator
protected  CGIterator AbstractAccumulation2Java.getAccumulator(CGBuiltInIterationCallExp cgIterationCallExp)
           
protected  CGIterator AbstractIteration2Java.getIterator(CGBuiltInIterationCallExp cgIterationCallExp)