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

Packages that use FeatureCallExp
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.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. 
 

Uses of FeatureCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of FeatureCallExp in org.eclipse.ocl.ecore
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'
 interface FeatureCallExp
          A representation of the model object 'Feature Call Exp'
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'
 

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

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

Uses of FeatureCallExp in org.eclipse.ocl.expressions
 

Subinterfaces of FeatureCallExp in org.eclipse.ocl.expressions
 interface NavigationCallExp<C,P>
          A representation of the model object 'Navigation Call Exp'
 interface OperationCallExp<C,O>
          A representation of the model object 'Operation Call Exp'
 

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

Classes in org.eclipse.ocl.expressions.impl that implement FeatureCallExp
 class AssociationClassCallExpImpl<C,P>
          An implementation of the model object 'Association Class Call Exp'
 class FeatureCallExpImpl<C>
          An implementation of the model object 'Feature Call Exp'
 class NavigationCallExpImpl<C,P>
          An implementation of the model object 'Navigation Call Exp'
 class OperationCallExpImpl<C,O>
          An implementation of the model object 'Operation Call Exp'
 class PropertyCallExpImpl<C,P>
          An implementation of the model object 'Property Call Exp'
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type FeatureCallExp
<C> T
ExpressionsSwitch.caseFeatureCallExp(FeatureCallExp<C> object)
          Returns the result of interpreting the object as an instance of 'Feature Call Exp'
 boolean ExpressionsValidator.validateFeatureCallExp(FeatureCallExp<?> featureCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of FeatureCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type FeatureCallExp
protected  IteratorExp<C,PM> AbstractOCLAnalyzer.createImplicitCollect(OCLExpression<C> source, FeatureCallExp<C> propertyCall, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, CSTNode cstNode)
          Creates an implicit collect iterator expression for a property call on a collection-type source expression.
 

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

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


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