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

Packages that use TemplateParameterCS
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.essentialocl.ui.labeling   
 

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

Subinterfaces of TemplateParameterCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface TypeParameterCS
          A representation of the model object 'Type Parameter CS'.
 

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

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement TemplateParameterCS
 class TemplateParameterCSImpl
          An implementation of the model object 'Template Parameter CS'.
 class TypeParameterCSImpl
          An implementation of the model object 'Type Parameter CS'.
 

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TemplateParameterCS
 Continuation<?> BaseContainmentVisitor.visitTemplateParameterCS(TemplateParameterCS csElement)
           
 Element BaseLeft2RightVisitor.visitTemplateParameterCS(TemplateParameterCS object)
           
 Continuation<?> BasePostOrderVisitor.visitTemplateParameterCS(TemplateParameterCS csTemplateParameter)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.utilities that return TemplateParameterCS
 TemplateParameterCS CS2Moniker.getTemplateParameterCS(java.lang.String text)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities that return types with arguments of type TemplateParameterCS
 java.util.List<TemplateParameterCS> CS2Moniker.getTemplateParametersCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TemplateParameterCS
protected  void CS2Moniker.emittedTemplateParameterCS(TemplateParameterCS csTemplateParameter)
           
 boolean CS2Moniker.hasEmittedCS(TemplateParameterCS csTemplateParameter)
           
 boolean CS2Moniker.isTemplateParameterCS(TemplateParameterCS object)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitTemplateParameterCS(TemplateParameterCS object)
           
 

Uses of TemplateParameterCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type TemplateParameterCS
protected  void EssentialOCLLabelProvider.appendTemplateParameter(java.lang.StringBuilder s, TemplateParameterCS templateParameter)