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

Packages that use TemplateParameterCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs 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.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.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.basecs.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.basecs.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.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type TemplateParameterCS
 T BaseCSSwitch.caseTemplateParameterCS(TemplateParameterCS object)
          Returns the result of interpreting the object as an instance of 'Template Parameter CS'.
 boolean BaseCSValidator.validateTemplateParameterCS(TemplateParameterCS templateParameterCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 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.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TemplateParameterCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitTemplateParameterCS(TemplateParameterCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitTemplateParameterCS(TemplateParameterCS csElement)
           
 Element BaseCSLeft2RightVisitor.visitTemplateParameterCS(TemplateParameterCS object)
           
 Continuation<?> BaseCSPostOrderVisitor.visitTemplateParameterCS(TemplateParameterCS csTemplateParameter)
           
 

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)