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

Packages that use PropertyCallExp
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 PropertyCallExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type PropertyCallExp
 java.lang.Object EvaluationVisitorDecorator.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp<C,P> pc)
          Callback for a PropertyCallExp visit.
 

Uses of PropertyCallExp in org.eclipse.ocl.ecore
 

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

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

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

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

Methods in org.eclipse.ocl.ecore.internal that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
OCLFactoryImpl.createPropertyCallExp()
           
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type PropertyCallExp
<C,P> T
EcoreSwitch.caseExpressions_PropertyCallExp(PropertyCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Property Call Exp'.
<C,P> T
EcoreSwitch.casePropertyCallExp_1(PropertyCallExp<C,P> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_PropertyCallExp(org.eclipse.ocl.expressions.PropertyCallExp) method, instead.
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type PropertyCallExp
 java.lang.Object PartialEvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> pc)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis with parameters of type PropertyCallExp
 org.eclipse.emf.ecore.EPackage FilterSynthesisImpl.handlePropertyCallExp(PropertyCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> propCallExp, org.eclipse.emf.ecore.EPackage sourceResult, java.util.List<org.eclipse.emf.ecore.EPackage> qualifierResults)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type PropertyCallExp
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handlePropertyCallExp(PropertyCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> callExp, java.util.Set<VariableExp> sourceResult, java.util.List<java.util.Set<VariableExp>> qualifierResults)
           
 

Uses of PropertyCallExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
ExpressionsFactory.createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.expressions.impl that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
ExpressionsFactoryImpl.createPropertyCallExp()
           
 

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

Methods in org.eclipse.ocl.expressions.operations with parameters of type PropertyCallExp
static
<C,P> boolean
PropertyCallExpOperations.checkPropertyType(PropertyCallExp<C,P> propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type = referredProperty.type
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type PropertyCallExp
<C,P> T
ExpressionsSwitch.casePropertyCallExp(PropertyCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Property Call Exp'.
 boolean ExpressionsValidator.validatePropertyCallExp_checkPropertyType(PropertyCallExp<?,?> propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkPropertyType constraint of 'Property Call Exp'.
 boolean ExpressionsValidator.validatePropertyCallExp(PropertyCallExp<?,?> propertyCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.internal.evaluation with parameters of type PropertyCallExp
 java.lang.Object TracingEvaluationVisitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
           
 

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

Methods in org.eclipse.ocl.internal.helper with parameters of type PropertyCallExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitPropertyCallExp(PropertyCallExp<C,P> propertycallexp)
           
 

Uses of PropertyCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
OCLFactoryWithHistory.createPropertyCallExp()
           
protected  PropertyCallExp<C,P> AbstractOCLAnalyzer.simplePropertyName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, C owner, java.lang.String simpleName)
          Attempts to parse a simpleNameCS as a property call expression.
 

Methods in org.eclipse.ocl.parser with parameters of type PropertyCallExp
 java.lang.Boolean ValidationVisitor.visitPropertyCallExp(PropertyCallExp<C,P> pc)
          Callback for an PropertyCallExp visit.
 

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

Methods in org.eclipse.ocl.uml.internal that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
OCLFactoryImpl.createPropertyCallExp()
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type PropertyCallExp
<C,P> T
UMLSwitch.caseExpressions_PropertyCallExp(PropertyCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Property Call Exp'.
<C,P> T
UMLSwitch.casePropertyCallExp_1(PropertyCallExp<C,P> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_PropertyCallExp(org.eclipse.ocl.expressions.PropertyCallExp) method, instead.
 

Uses of PropertyCallExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type PropertyCallExp
protected  java.lang.String ToStringVisitor.handlePropertyCallExp(PropertyCallExp<C,P> pc, java.lang.String sourceResult, java.util.List<java.lang.String> qualifierResults)
          Callback for an AssociationEndCallExp visit.
 

Uses of PropertyCallExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return PropertyCallExp
<C,P> PropertyCallExp<C,P>
OCLFactory.createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type PropertyCallExp
protected  T AbstractVisitor.handlePropertyCallExp(PropertyCallExp<C,P> callExp, T sourceResult, java.util.List<T> qualifierResults)
          Visits the specified property call with the results of visiting its source and qualifiers (if any).
 T AbstractVisitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
          Visits the property-call source and then its qualifiers (if any).
 T Visitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)