Uses of Interface
org.eclipse.ocl.ecore.OppositePropertyCallExp

Packages that use OppositePropertyCallExp
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.internal.evaluation   
org.eclipse.ocl.ecore.internal.helper   
org.eclipse.ocl.ecore.parser   
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.ecore.utilities   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.filterSynthesis   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.ecore
 

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

Methods in org.eclipse.ocl.ecore with parameters of type OppositePropertyCallExp
 java.lang.Object EvaluationVisitorImpl.visitOppositePropertyCallExp(OppositePropertyCallExp pc)
          Callback for a PropertyCallExp visit.
 

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

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

Methods in org.eclipse.ocl.ecore.impl that return OppositePropertyCallExp
 OppositePropertyCallExp EcoreFactoryImpl.createOppositePropertyCallExp()
           
 

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

Methods in org.eclipse.ocl.ecore.internal that return OppositePropertyCallExp
 OppositePropertyCallExp OCLFactoryImpl.createOppositePropertyCallExp()
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.ecore.internal.evaluation
 

Methods in org.eclipse.ocl.ecore.internal.evaluation with parameters of type OppositePropertyCallExp
 java.lang.Object TracingEvaluationVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
          Delegates to my decorated visitor.
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.ecore.internal.helper
 

Methods in org.eclipse.ocl.ecore.internal.helper with parameters of type OppositePropertyCallExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp oppositepropertycallexp)
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.ecore.parser
 

Methods in org.eclipse.ocl.ecore.parser that return OppositePropertyCallExp
 OppositePropertyCallExp OCLFactoryWithHistory.createOppositePropertyCallExp()
           
 

Methods in org.eclipse.ocl.ecore.parser with parameters of type OppositePropertyCallExp
 java.lang.Boolean ValidationVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp pc)
          Callback for an PropertyCallExp visit.
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type OppositePropertyCallExp
 T EcoreSwitch.caseOppositePropertyCallExp(OppositePropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'Opposite Property Call Exp'.
 boolean EcoreValidator.validateOppositePropertyCallExp(OppositePropertyCallExp oppositePropertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.ecore.utilities
 

Methods in org.eclipse.ocl.ecore.utilities that return OppositePropertyCallExp
 OppositePropertyCallExp OCLFactoryWithHiddenOpposite.createOppositePropertyCallExp()
          Returns a new object of class 'Opposite Property Call Exp'.
 

Methods in org.eclipse.ocl.ecore.utilities with parameters of type OppositePropertyCallExp
protected  java.lang.String ToStringVisitor.handleOppositePropertyCallExp(OppositePropertyCallExp callExp, java.lang.String sourceResult)
           
protected  T AbstractVisitor.handleOppositePropertyCallExp(OppositePropertyCallExp callExp, T sourceResult)
          Visits the specified opposite property call with the results of visiting its source and qualifiers (if any).
 T AbstractVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
          Visits the opposite property-call source.
 java.lang.String ToStringVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
           
 T VisitorExtension.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type OppositePropertyCallExp
 java.lang.Object PartialEvaluationVisitorImpl.visitOppositePropertyCallExp(OppositePropertyCallExp pc)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis with parameters of type OppositePropertyCallExp
 org.eclipse.emf.ecore.EPackage FilterSynthesisImpl.handleOppositePropertyCallExp(OppositePropertyCallExp callExp, org.eclipse.emf.ecore.EPackage sourceResult)
           
 org.eclipse.emf.ecore.EPackage FilterSynthesisImpl.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
          Visits the property-call source and then its qualifiers (if any).
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type OppositePropertyCallExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 

Constructors in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type OppositePropertyCallExp
OppositePropertyCallExpTracer(OppositePropertyCallExp expression, java.util.Stack<java.lang.String> tuplePartNames, OCLFactory oclFactory)
           
 

Uses of OppositePropertyCallExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback
 

Constructors in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback with parameters of type OppositePropertyCallExp
OppositePropertyCallTracebackStep(OppositePropertyCallExp sourceExpression, org.eclipse.emf.ecore.EClass context, OperationBodyToCallMapper operationBodyToCallMapper, java.util.Stack<java.lang.String> tupleLiteralNamesToLookFor, TracebackStepCache tracebackStepCache, UnusedEvaluationRequestFactory unusedEvaluationRequestFactory, OCLFactory oclFactory)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type OppositePropertyCallExp
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handleOppositePropertyCallExp(OppositePropertyCallExp callExp, java.util.Set<VariableExp> sourceResult)
           
 java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.visitOppositePropertyCallExp(OppositePropertyCallExp callExp)
          Visits the property-call source and then its qualifiers (if any).