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

Packages that use CollectionTypeRefCS
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   
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return CollectionTypeRefCS
 CollectionTypeRefCS BaseCSTFactory.createCollectionTypeRefCS()
          Returns a new object of class 'Collection Type Ref CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement CollectionTypeRefCS
 class CollectionTypeRefCSImpl
          An implementation of the model object 'Collection Type Ref CS'.
 

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

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

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

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

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