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.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

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
 Continuation<?> BaseContainmentVisitor.visitParameterCS(ParameterCS csElement)
           
 Element BaseLeft2RightVisitor.visitParameterCS(ParameterCS object)
           
 Continuation<?> BasePreOrderVisitor.visitParameterCS(ParameterCS csParameter)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ParameterCS
BasePreOrderVisitor.ParameterContinuation(CS2PivotConversion context, ParameterCS csElement)
           
 

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.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCS.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type ParameterCS
protected  org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
protected  org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCSImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type ParameterCS
 org.eclipse.emf.common.util.EList<ParameterCS> DefOperationCSImpl.getParameters()
           
 org.eclipse.emf.common.util.EList<ParameterCS> OperationContextDeclCSImpl.getParameters()
           
 

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

Constructor parameters in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with type arguments of type ParameterCS
CompleteOCLContainmentVisitor.OperationDeclScopeFilter(Type sourceType, java.util.List<ParameterCS> csParameters)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ParameterCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_DefParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=UnrestrictedName ownedType=TypeExpCS)
protected  void AbstractCompleteOCLSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=UnrestrictedName? ownedType=TypeExpCS)
 

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

Method parameters in org.eclipse.ocl.examples.xtext.completeocl.utilities with type arguments of type ParameterCS
protected  void CompleteOCLCS2MonikerVisitor.appendParametersCS(java.util.List<ParameterCS> csParameters)
           
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ParameterCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: ( name=UnrestrictedName ownedType=TypedMultiplicityRefCS? (qualifier+='ordered' | qualifier+='!ordered' | qualifier+='unique' | qualifier+='!unique')* ownedAnnotation+=AnnotationElementCS* )
 

Uses of ParameterCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type ParameterCS
protected  java.lang.String OCLinEcoreLabelProvider.image(ParameterCS ele)
           
 

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()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type ParameterCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_AccumulatorCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)
protected  void AbstractOCLstdlibSemanticSequencer.sequence_IteratorCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)
protected  void AbstractOCLstdlibSemanticSequencer.sequence_ParameterCS(org.eclipse.emf.ecore.EObject context, ParameterCS semanticObject)
          Constraint: (name=Identifier ownedType=TypedMultiplicityRefCS)