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

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

Uses of CollectionLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return CollectionLiteralExpCS
 CollectionLiteralExpCS CSTFactory.createCollectionLiteralExpCS()
          Returns a new object of class 'Collection Literal Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement CollectionLiteralExpCS
 class CollectionLiteralExpCSImpl
          An implementation of the model object 'Collection Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return CollectionLiteralExpCS
 CollectionLiteralExpCS CSTFactoryImpl.createCollectionLiteralExpCS()
           
 

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

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

Uses of CollectionLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionLiteralExpCS
protected  CollectionLiteralExpCS AbstractOCLParser.createCollectionLiteralExpCS(CollectionTypeIdentifierEnum type, EList<CollectionLiteralPartCS> collectionLiteralParts)
           
 

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


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