Uses of Interface
org.eclipse.ocl.examples.pivot.MessageExp

Packages that use MessageExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of MessageExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return MessageExp
 MessageExp PivotFactory.createMessageExp()
          Returns a new object of class 'Message Exp'.
 

Uses of MessageExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type MessageExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitMessageExp(MessageExp messageExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitMessageExp(MessageExp m)
           
 java.lang.Object TracingEvaluationVisitor.visitMessageExp(MessageExp messageExp)
           
 

Uses of MessageExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement MessageExp
 class MessageExpImpl
          An implementation of the model object 'Message Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return MessageExp
 MessageExp PivotFactoryImpl.createMessageExp()
           
 

Uses of MessageExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type MessageExp
 T1 PivotSwitch.caseMessageExp(MessageExp object)
          Returns the result of interpreting the object as an instance of 'Message Exp'.
 boolean PivotValidator.validateMessageExp_validateOneCallOrOneSend(MessageExp messageExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneCallOrOneSend constraint of 'Message Exp'.
 boolean PivotValidator.validateMessageExp_validateTargetIsNotACollection(MessageExp messageExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTargetIsNotACollection constraint of 'Message Exp'.
 boolean PivotValidator.validateMessageExp(MessageExp messageExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitMessageExp(MessageExp object)
           
 R AbstractExtendingVisitor.visitMessageExp(MessageExp object)
           
 R AbstractNullVisitor.visitMessageExp(MessageExp object)
           
 R AbstractWrappingVisitor.visitMessageExp(MessageExp object)
           
 R Visitor.visitMessageExp(MessageExp object)
           
 

Uses of MessageExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type MessageExp
 java.lang.String ToStringVisitor.visitMessageExp(MessageExp messageExp)
          Visits the message expression's target and then its arguments.
 

Uses of MessageExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type MessageExp
protected  java.lang.String BaseLabelProvider.image(MessageExp ele)