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

Packages that use MessageExp
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 MessageExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return MessageExp
 MessageExp ExpressionsFactory.createMessageExp()
          Deprecated. Returns a new object of class 'Message Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type MessageExp
 Object Visitor.visitMessageExp(MessageExp m)
          Deprecated.  
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement MessageExp
 class MessageExpImpl
          An implementation of the model object 'OCL Message Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return MessageExp
 MessageExp ExpressionsFactoryImpl.createMessageExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type MessageExp
 Object ValidationVisitorImpl.visitMessageExp(MessageExp m)
           
 Object ToStringVisitorImpl.visitMessageExp(MessageExp m)
           
 Object EvaluationVisitorImpl.visitMessageExp(MessageExp m)
           
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type MessageExp
 Object ExpressionsSwitch.caseMessageExp(MessageExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Message Exp'
 Object AbstractVisitor.visitMessageExp(MessageExp m)
          Deprecated.  
 


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