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

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

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

Methods in org.eclipse.ocl.examples.pivot that return PropertyCallExp
 PropertyCallExp PivotFactory.createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type PropertyCallExp
 Value EvaluationVisitorDecorator.visitPropertyCallExp(PropertyCallExp callExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp propertyCallExp)
          Callback for a PropertyCallExp visit.
 Value TracingEvaluationVisitor.visitPropertyCallExp(PropertyCallExp callExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement PropertyCallExp
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return PropertyCallExp
 PropertyCallExp PivotFactoryImpl.createPropertyCallExp()
           
 

Uses of PropertyCallExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type PropertyCallExp
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type PropertyCallExp
 T PivotSwitch.casePropertyCallExp(PropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'Property Call Exp'.
 boolean PivotValidator.validatePropertyCallExp(PropertyCallExp propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 R AbstractExtendingVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 R AbstractNullVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 R Visitor.visitPropertyCallExp(PropertyCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type PropertyCallExp
 java.lang.Object Pivot2MonikerVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 java.lang.String ToStringVisitor.visitPropertyCallExp(PropertyCallExp pc)
          Callback for an AssociationEndCallExp visit.
 

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

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