Uses of Interface
org.eclipse.ocl.cst.CollectionTypeCS

Packages that use CollectionTypeCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of CollectionTypeCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return CollectionTypeCS
 CollectionTypeCS CSTFactory.createCollectionTypeCS()
          Returns a new object of class 'Collection Type CS'.
 

Uses of CollectionTypeCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement CollectionTypeCS
 class CollectionTypeCSImpl
          An implementation of the model object 'Collection Type CS'.
 

Methods in org.eclipse.ocl.cst.impl that return CollectionTypeCS
 CollectionTypeCS CSTFactoryImpl.createCollectionTypeCS()
           
 

Uses of CollectionTypeCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type CollectionTypeCS
 T CSTSwitch.caseCollectionTypeCS(CollectionTypeCS object)
          Returns the result of interpreting the object as an instance of 'Collection Type CS'.
 

Uses of CollectionTypeCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionTypeCS
protected  CollectionTypeCS AbstractOCLParser.createCollectionTypeCS(CollectionTypeIdentifierEnum collectionType, java.lang.String value)
           
 

Methods in org.eclipse.ocl.parser with parameters of type CollectionTypeCS
protected  C AbstractOCLAnalyzer.collectionTypeCS(CollectionTypeCS collectionTypeCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          CollectionTypeCS
protected  CollectionLiteralExpCS AbstractOCLParser.createCollectionLiteralExpCS(CollectionTypeCS typeCS, org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> collectionLiteralParts)