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

Packages that use PropertyCallExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.debug.stepper   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
 

Uses of PropertyCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type PropertyCallExp
 CGValuedElement AS2CGVisitor.visitPropertyCallExp(PropertyCallExp element)
           
 

Uses of PropertyCallExp in org.eclipse.ocl.examples.debug.stepper
 

Methods in org.eclipse.ocl.examples.debug.stepper with parameters of type PropertyCallExp
 IStepper OCLStepperVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 

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
 java.lang.Object AbstractEvaluationVisitorDecorator.visitPropertyCallExp(PropertyCallExp callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp propertyCallExp)
          Callback for a PropertyCallExp visit.
 java.lang.Object 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.manager
 

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

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
 T1 PivotSwitch.casePropertyCallExp(PropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'Property Call Exp'.
 boolean PivotValidator.validatePropertyCallExp_validateCompatibleResultType(PropertyCallExp propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCompatibleResultType constraint of 'Property Call Exp'.
 boolean PivotValidator.validatePropertyCallExp_validateNonStaticSourceTypeIsConformant(PropertyCallExp propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNonStaticSourceTypeIsConformant constraint 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 AbstractWrappingVisitor.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 AS2MonikerVisitor.visitPropertyCallExp(PropertyCallExp object)
           
 java.lang.String ToStringVisitor.visitPropertyCallExp(PropertyCallExp pc)
          Callback for an PropertyCallExp visit.
 

Uses of PropertyCallExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return PropertyCallExp
protected  PropertyCallExp EssentialOCLCSLeft2RightVisitor.refreshPropertyCallExp(NameExpCS csNameExp, OCLExpression sourceExp, Property property)
           
 

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)
           
protected  java.lang.String BaseLabelProvider.text(PropertyCallExp ele)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type PropertyCallExp
protected  void BaseOutlineTreeProvider._createChildren(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, PropertyCallExp ele)