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

Packages that use OperationCallExp
org.eclipse.ocl.examples.library   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.library.logical   
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.library.oclinvalid   
org.eclipse.ocl.examples.library.oclvoid   
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.base.scoping.pivot   
org.eclipse.ocl.examples.xtext.console   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.library with parameters of type OperationCallExp
 Value AbstractBinaryOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value AbstractTernaryOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value AbstractUnaryOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value LibraryOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
          Return the result of evaluating operationCall upon sourceVal within the environment provided by EvaluationVisitor.
protected  Value AbstractOperation.evaluateArgument(EvaluationVisitor evaluationVisitor, OperationCallExp operationCall, int i)
           
protected  int AbstractOperation.getNumArguments(OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.classifier
 

Methods in org.eclipse.ocl.examples.library.classifier with parameters of type OperationCallExp
 Value ClassifierAllInstancesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value ClassifierOclContainerOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value ClassifierOclContentsOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.collection
 

Methods in org.eclipse.ocl.examples.library.collection with parameters of type OperationCallExp
 Value CollectionMaxOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value CollectionMinOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value CollectionProductOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value CollectionSumOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.enumeration
 

Methods in org.eclipse.ocl.examples.library.enumeration with parameters of type OperationCallExp
 Value EnumerationAllInstancesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.logical
 

Methods in org.eclipse.ocl.examples.library.logical with parameters of type OperationCallExp
 SetValue BooleanAllInstancesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 BooleanValue BooleanAndOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 BooleanValue BooleanImpliesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 BooleanValue BooleanOrOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.numeric
 

Methods in org.eclipse.ocl.examples.library.numeric with parameters of type OperationCallExp
 Value NumericOclAsTypeOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.oclany
 

Methods in org.eclipse.ocl.examples.library.oclany with parameters of type OperationCallExp
 Value OclAnyOclAsTypeOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyOclIsInStateOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyOclIsKindOfOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyOclIsTypeOfOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyOclTypeOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyToStringOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 Value OclAnyUnsupportedOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.oclinvalid
 

Methods in org.eclipse.ocl.examples.library.oclinvalid with parameters of type OperationCallExp
 Value OclInvalidAllInstancesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.library.oclvoid
 

Methods in org.eclipse.ocl.examples.library.oclvoid with parameters of type OperationCallExp
 SetValue OclVoidAllInstancesOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceVal, OperationCallExp operationCall)
           
 

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'.
 OperationCallExp OCLFactory.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 PrettyPrintExprVisitor.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(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 that return OperationCallExp
 OperationCallExp OCLFactoryImpl.createOperationCallExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type OperationCallExp
 java.lang.Object Pivot2MonikerVisitor.visitOperationCallExp(OperationCallExp object)
           
 java.lang.Object PivotSaver.PivotSaveLocateVisitor.visitOperationCallExp(OperationCallExp object)
           
 java.lang.Object PivotSaver.PivotSaveResolveVisitor.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)
           
 ScopeAdapter PivotScopeVisitor.visitOperationCallExp(OperationCallExp pivotElement)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.base.scoping.pivot
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.pivot with parameters of type OperationCallExp
OperationCallExpScopeAdapter(TypeManager typeManager, OperationCallExp pivotElement)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.xtext.console
 

Methods in org.eclipse.ocl.examples.xtext.console with parameters of type OperationCallExp
 Value OCLConsolePage.CancelableEvaluationVisitor.visitOperationCallExp(OperationCallExp operationCallExp)
           
 

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(NavigatingExpCS 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, EnvironmentView.Filter 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)