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

Packages that use TypeParameterCS
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.util   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type TypeParameterCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_TypeParameterCS(org.eclipse.emf.ecore.EObject context, TypeParameterCS semanticObject)
          Constraint: (name=UnrestrictedName ((ownedExtends+=TypedRefCS ownedExtends+=TypedRefCS*) | ownedSuper=TypedRefCS)?)
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type TypeParameterCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_TypeParameterCS(org.eclipse.emf.ecore.EObject context, TypeParameterCS semanticObject)
          Constraint: (name=Identifier ((ownedExtends+=TypedRefCS ownedExtends+=TypedRefCS*) | ownedSuper=TypedRefCS)?)