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

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.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypeParameterCS
 ScopeCSAdapter BaseScopeVisitor.visitTypeParameterCS(TypeParameterCS eObject)
           
 

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)