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

Packages that use OperationCallExp
org.eclipse.ocl.examples.codegen.common   
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.base.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of OperationCallExp in org.eclipse.ocl.examples.codegen.common
 

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type OperationCallExp
static java.lang.Boolean PivotQueries.isBinarySelf(OperationCallExp callExp)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return OperationCallExp
 OperationCallExp PivotFactory.createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type OperationCallExp
 Value EvaluationVisitorDecorator.visitOperationCallExp(OperationCallExp callExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp operationCallExp)
          Callback for an OperationCallExp visit.
 Value TracingEvaluationVisitor.visitOperationCallExp(OperationCallExp callExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement OperationCallExp
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return OperationCallExp
 OperationCallExp PivotFactoryImpl.createOperationCallExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type OperationCallExp
 T PivotSwitch.caseOperationCallExp(OperationCallExp object)
          Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
 boolean PivotValidator.validateOperationCallExp_validateArgumentCount(OperationCallExp operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateArgumentCount constraint of 'Operation Call Exp'.
 boolean PivotValidator.validateOperationCallExp(OperationCallExp operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitOperationCallExp(OperationCallExp object)
           
 R AbstractExtendingVisitor.visitOperationCallExp(OperationCallExp object)
           
 R AbstractNullVisitor.visitOperationCallExp(OperationCallExp object)
           
 R Visitor.visitOperationCallExp(OperationCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type OperationCallExp
 java.lang.Object Pivot2MonikerVisitor.visitOperationCallExp(OperationCallExp object)
           
 java.lang.Object PivotSaver.LocateVisitor.visitOperationCallExp(OperationCallExp object)
           
 java.lang.Object PivotSaver.ResolveVisitor.visitOperationCallExp(OperationCallExp object)
           
 java.lang.String ToStringVisitor.visitOperationCallExp(OperationCallExp oc)
          Callback for an OperationCallExp visit.
 

Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type OperationCallExp
 void CS2PivotConversion.setReferredOperation(OperationCallExp expression, Operation operation)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type OperationCallExp
protected  void EssentialOCLLeft2RightVisitor.resolveOperationArguments(InvocationExpCS csNavigatingExp, OCLExpression source, Operation operation, OperationCallExp expression)
          Complete the installation of each operation argument in its operation call.
protected  void EssentialOCLLeft2RightVisitor.resolveOperationCall(OperationCallExp expression, OperatorCS csOperator, ScopeFilter filter)
           
 

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

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