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

Packages that use TypeParameterCS
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.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.basecs
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypeParameterCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitTypeParameterCS(TypeParameterCS self)
           
 

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