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

Packages that use OperationCallExp
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.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.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type OperationCallExp
protected  CGValuedElement Pivot2CGVisitor.inlineOperationCall(OperationCallExp callExp, OpaqueExpression bodyExpression)
           
 CGValuedElement Pivot2CGVisitor.visitOperationCallExp(OperationCallExp element)
           
 

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
 java.lang.Object AbstractEvaluationVisitorDecorator.visitOperationCallExp(OperationCallExp callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp operationCallExp)
          Callback for an OperationCallExp visit.
 java.lang.Object 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.manager
 

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

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_validateArgumentTypeIsConformant(OperationCallExp operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateArgumentTypeIsConformant 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 csInvocationExp, 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)
           
protected  java.lang.String BaseLabelProvider.text(OperationCallExp ele)