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'
 

Methods in org.eclipse.ocl.cst that return types with arguments of type CollectionLiteralPartCS
 EList<CollectionLiteralPartCS> CollectionLiteralExpCS.getCollectionLiteralParts()
          Returns the value of the 'Collection Literal Parts' containment reference list.
 

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'
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type CollectionLiteralPartCS
protected  EList<CollectionLiteralPartCS> CollectionLiteralExpCSImpl.collectionLiteralParts
          The cached value of the 'Collection Literal Parts' containment reference list
 

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

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type CollectionLiteralPartCS
 EList<CollectionLiteralPartCS> CollectionLiteralExpCSImpl.getCollectionLiteralParts()
           
 

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
 

Method parameters in org.eclipse.ocl.parser with type arguments of type CollectionLiteralPartCS
protected  CollectionLiteralExpCS AbstractOCLParser.createCollectionLiteralExpCS(CollectionTypeIdentifierEnum type, EList<CollectionLiteralPartCS> collectionLiteralParts)
           
 


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