Uses of Interface
org.eclipse.emf.ocl.expressions.CollectionLiteralExp

Packages that use CollectionLiteralExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of CollectionLiteralExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return CollectionLiteralExp
 CollectionLiteralExp ExpressionsFactory.createCollectionLiteralExp()
          Deprecated. Returns a new object of class 'Collection Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type CollectionLiteralExp
 Object Visitor.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Deprecated.  
 

Uses of CollectionLiteralExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement CollectionLiteralExp
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return CollectionLiteralExp
 CollectionLiteralExp ExpressionsFactoryImpl.createCollectionLiteralExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type CollectionLiteralExp
 Object ValidationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 Object ToStringVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 Object EvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 

Uses of CollectionLiteralExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type CollectionLiteralExp
 Object ExpressionsSwitch.caseCollectionLiteralExp(CollectionLiteralExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Collection Literal Exp'
 Object AbstractVisitor.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Deprecated.  
 


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