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()
          Returns a new object of class 'Collection Literal Exp'
 

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

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
 java.lang.Object ValidationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 java.lang.Object ToStringVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp cl)
          Callback for a CollectionLiteralExp visit.
 java.lang.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
 java.lang.Object ExpressionsSwitch.caseCollectionLiteralExp(CollectionLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Collection Literal Exp'
 java.lang.Object AbstractVisitor.visitCollectionLiteralExp(CollectionLiteralExp cl)
           
 


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