Uses of Interface
org.eclipse.ocl.expressions.OperationCallExp

Packages that use OperationCallExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.filterSynthesis   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of OperationCallExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type OperationCallExp
 java.lang.Object EvaluationVisitorDecorator.visitOperationCallExp(OperationCallExp<C,O> callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp<C,O> oc)
          Callback for an OperationCallExp visit.
 

Uses of OperationCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of OperationCallExp in org.eclipse.ocl.ecore
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 

Uses of OperationCallExp in org.eclipse.ocl.ecore.impl
 

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

Uses of OperationCallExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return OperationCallExp
<C,O> OperationCallExp<C,O>
OCLFactoryImpl.createOperationCallExp()
           
 

Uses of OperationCallExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type OperationCallExp
<C,O> T
EcoreSwitch.caseExpressions_OperationCallExp(OperationCallExp<C,O> object)
          Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
<C,O> T
EcoreSwitch.caseOperationCallExp_1(OperationCallExp<C,O> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_OperationCallExp(org.eclipse.ocl.expressions.OperationCallExp) method, instead.
 

Uses of OperationCallExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type OperationCallExp
 java.lang.Object PartialEvaluationVisitorImpl.visitOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> oc)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis
 

Methods in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis with parameters of type OperationCallExp
 org.eclipse.emf.ecore.EPackage FilterSynthesisImpl.handleOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> opCallExp, org.eclipse.emf.ecore.EPackage sourceResult, java.util.List<org.eclipse.emf.ecore.EPackage> qualifierResults)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type OperationCallExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> callExp)
           
 

Uses of OperationCallExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type OperationCallExp
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handleOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> callExp, java.util.Set<VariableExp> sourceResult, java.util.List<java.util.Set<VariableExp>> argumentResults)
          For an operation call it's not sure that the argument expression(s) will actually be evaluated.
 java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.visitOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> callExp)
           
 java.lang.Object PartialEvaluationVisitorImplNoAllInstances.visitOperationCallExp(OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation> oc)
           
 

Uses of OperationCallExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return OperationCallExp
<C,O> OperationCallExp<C,O>
ExpressionsFactory.createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'.
 

Uses of OperationCallExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return OperationCallExp
<C,O> OperationCallExp<C,O>
ExpressionsFactoryImpl.createOperationCallExp()
           
 

Uses of OperationCallExp in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type OperationCallExp
static
<C,O> boolean
OperationCallExpOperations.checkArgumentCount(OperationCallExp<C,O> operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          arguments->size() = refParams->size()
static
<C,O> boolean
OperationCallExpOperations.checkArgumentsConform(OperationCallExp<C,O> operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          arguments->forall (a | a.type.conformsTo (self.refParams->at (arguments->indexOf (a)).type))
 

Uses of OperationCallExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type OperationCallExp
<C,O> T
ExpressionsSwitch.caseOperationCallExp(OperationCallExp<C,O> object)
          Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
 boolean ExpressionsValidator.validateOperationCallExp_checkArgumentCount(OperationCallExp<?,?> operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkArgumentCount constraint of 'Operation Call Exp'.
 boolean ExpressionsValidator.validateOperationCallExp_checkArgumentsConform(OperationCallExp<?,?> operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkArgumentsConform constraint of 'Operation Call Exp'.
 boolean ExpressionsValidator.validateOperationCallExp(OperationCallExp<?,?> operationCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of OperationCallExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type OperationCallExp
 java.lang.Object TracingEvaluationVisitor.visitOperationCallExp(OperationCallExp<C,O> callExp)
           
 

Uses of OperationCallExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type OperationCallExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitOperationCallExp(OperationCallExp<C,O> exp)
           
 

Uses of OperationCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OperationCallExp
<C,O> OperationCallExp<C,O>
OCLFactoryWithHistory.createOperationCallExp()
           
protected  OperationCallExp<C,O> AbstractOCLAnalyzer.genOperationCallExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OperationCallExpCS operationCallExpCS, java.lang.String rule, java.lang.String operName, OCLExpression<C> source, C ownerType, java.util.List<OCLExpression<C>> args)
          Generate an OperationCallExp node.
 

Methods in org.eclipse.ocl.parser with parameters of type OperationCallExp
 java.lang.Boolean ValidationVisitor.visitOperationCallExp(OperationCallExp<C,O> oc)
          Callback for an OperationCallExp visit.
 

Uses of OperationCallExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return OperationCallExp
<C,O> OperationCallExp<C,O>
OCLFactoryImpl.createOperationCallExp()
           
 

Uses of OperationCallExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type OperationCallExp
<C,O> T
UMLSwitch.caseExpressions_OperationCallExp(OperationCallExp<C,O> object)
          Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
<C,O> T
UMLSwitch.caseOperationCallExp_1(OperationCallExp<C,O> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_OperationCallExp(org.eclipse.ocl.expressions.OperationCallExp) method, instead.
 

Uses of OperationCallExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type OperationCallExp
protected  java.lang.String ToStringVisitor.handleOperationCallExp(OperationCallExp<C,O> oc, java.lang.String sourceResult, java.util.List<java.lang.String> argumentResults)
          Callback for an OperationCallExp visit.
 

Uses of OperationCallExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return OperationCallExp
<C,O> OperationCallExp<C,O>
OCLFactory.createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type OperationCallExp
protected  T AbstractVisitor.handleOperationCallExp(OperationCallExp<C,O> callExp, T sourceResult, java.util.List<T> argumentResults)
          Visits the specified operation call with the results of visiting its source and arguments (if any).
 T AbstractVisitor.visitOperationCallExp(OperationCallExp<C,O> callExp)
          Visits the operation-call source and then its arguments.
 T Visitor.visitOperationCallExp(OperationCallExp<C,O> callExp)