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.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
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.parser   
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
 Object EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp<C,P> pc)
          Callback for a PropertyCallExp visit.
 Object EvaluationVisitorDecorator.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
          Delegates to my decorated visitor.
 

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.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.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
 

Classes in org.eclipse.ocl.expressions.impl that implement PropertyCallExp
 class PropertyCallExpImpl<C,P>
          An implementation of the model object 'Property Call Exp'
 

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, DiagnosticChain diagnostics, Map<Object,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, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkPropertyType constraint of 'Property Call Exp'
 boolean ExpressionsValidator.validatePropertyCallExp(PropertyCallExp<?,?> propertyCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of PropertyCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PropertyCallExp
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, String simpleName)
          Attempts to parse a simpleNameCS as a property call expression.
 

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

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  String ToStringVisitor.handlePropertyCallExp(PropertyCallExp<C,P> pc, String sourceResult, List<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, List<T> qualifierResults)
          Visits the specified property call with the results of visiting its source and qualifiers (if any).
 T Visitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
           
 T AbstractVisitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
          Visits the property-call source and then its qualifiers (if any).
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.