Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.ParameterCS

Packages that use ParameterCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return ParameterCS
 ParameterCS BaseCSTFactory.createParameterCS()
          Returns a new object of class 'Parameter CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> OperationCS.getOwnedParameter()
          Returns the value of the 'Owned Parameter' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement ParameterCS
 class ParameterCSImpl
          An implementation of the model object 'Parameter CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> OperationCSImpl.ownedParameter
          The cached value of the 'Owned Parameter' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return ParameterCS
 ParameterCS BaseCSTFactoryImpl.createParameterCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> OperationCSImpl.getOwnedParameter()
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type ParameterCS
 T BaseCSTSwitch.caseParameterCS(ParameterCS object)
          Returns the result of interpreting the object as an instance of 'Parameter CS'.
 boolean BaseCSTValidator.validateParameterCS(ParameterCS parameterCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ParameterCS
 MonikeredElement BaseLeft2RightVisitor.visitParameterCS(ParameterCS object)
           
 ScopeCSAdapter BaseScopeVisitor.visitParameterCS(ParameterCS eObject)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.base.cs2pivot with type arguments of type ParameterCS
protected  void BasePreOrderVisitor.OperationContinuation.refreshParameters(java.util.List<ParameterCS> csParameters, java.util.List<Parameter> pivotParameters)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type ParameterCS
 R AbstractDelegatingBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R AbstractExtendingBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R AbstractNullBaseCSVisitor.visitParameterCS(ParameterCS object)
           
 R BaseCSVisitor.visitParameterCS(ParameterCS object)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type ParameterCS
 java.lang.Boolean BaseCS2MonikerVisitor.visitParameterCS(ParameterCS object)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.base.utilities with type arguments of type ParameterCS
 void CS2Moniker.appendParametersCS(java.util.List<ParameterCS> csIterators, java.util.List<ParameterCS> csAccumulators, java.util.List<ParameterCS> csParameters)
           
 void CS2Moniker.appendParametersCS(java.util.List<ParameterCS> csIterators, java.util.List<ParameterCS> csAccumulators, java.util.List<ParameterCS> csParameters)
           
 void CS2Moniker.appendParametersCS(java.util.List<ParameterCS> csIterators, java.util.List<ParameterCS> csAccumulators, java.util.List<ParameterCS> csParameters)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot with parameters of type ParameterCS
 ScopeCSAdapter OCLstdlibScopeVisitor.visitParameterCS(ParameterCS csObject)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCS.getOwnedAccumulator()
          Returns the value of the 'Owned Accumulator' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCS.getOwnedIterator()
          Returns the value of the 'Owned Iterator' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.ownedAccumulator
          The cached value of the 'Owned Accumulator' containment reference list.
protected  org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.ownedIterator
          The cached value of the 'Owned Iterator' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.getOwnedAccumulator()
           
 org.eclipse.emf.common.util.EList<ParameterCS> LibIterationCSImpl.getOwnedIterator()