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

Packages that use OppositePropertyCallExp
org.eclipse.ocl.examples.codegen.analyzer   
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 OppositePropertyCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

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

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

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

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type OppositePropertyCallExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitOppositePropertyCallExp(OppositePropertyCallExp oppositePropertyCallExp)
          Callback for an OppositePropertyCallExp visit.
 java.lang.Object TracingEvaluationVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return OppositePropertyCallExp
 OppositePropertyCallExp PivotFactoryImpl.createOppositePropertyCallExp()
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.examples.pivot.manager
 

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

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

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type OppositePropertyCallExp
 T1 PivotSwitch.caseOppositePropertyCallExp(OppositePropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'Opposite Property Call Exp'.
 boolean PivotValidator.validateOppositePropertyCallExp(OppositePropertyCallExp oppositePropertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 R AbstractExtendingVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 R AbstractNullVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 R AbstractWrappingVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 R Visitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type OppositePropertyCallExp
 java.lang.Object AS2MonikerVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp object)
           
 java.lang.String ToStringVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp pc)
          Callback for an OppositePropertyCallExp visit.
 

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

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

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

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

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

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