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

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

Uses of CollectionLiteralPartCS in org.eclipse.ocl.cst
 

Subinterfaces of CollectionLiteralPartCS in org.eclipse.ocl.cst
 interface CollectionRangeCS
          A representation of the model object 'Collection Range CS'
 

Methods in org.eclipse.ocl.cst that return CollectionLiteralPartCS
 CollectionLiteralPartCS CSTFactory.createCollectionLiteralPartCS()
          Returns a new object of class 'Collection Literal Part CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement CollectionLiteralPartCS
 class CollectionLiteralPartCSImpl
          An implementation of the model object 'Collection Literal Part CS'
 class CollectionRangeCSImpl
          An implementation of the model object 'Collection Range CS'
 

Methods in org.eclipse.ocl.cst.impl that return CollectionLiteralPartCS
 CollectionLiteralPartCS CSTFactoryImpl.createCollectionLiteralPartCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type CollectionLiteralPartCS
 T CSTSwitch.caseCollectionLiteralPartCS(CollectionLiteralPartCS object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part CS'
 

Uses of CollectionLiteralPartCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionLiteralPartCS
protected  CollectionLiteralPartCS AbstractOCLParser.createCollectionLiteralPartCS(OCLExpressionCS oclExpressionCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type CollectionLiteralPartCS
protected  CollectionLiteralPart<C> AbstractOCLAnalyzer.collectionLiteralPartCS(CollectionLiteralPartCS collectionLiteralPartCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          CollectionLiteralPartCS
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.