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.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
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.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. 
 

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 OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

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

Classes in org.eclipse.ocl.ecore.impl that implement FeatureCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call Exp'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 class PropertyCallExpImpl
          An implementation 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.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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.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.
 java.lang.Boolean ValidationVisitor.visitFeatureCallExp(FeatureCallExp<C> exp)
          Applies well-formedness rules for model property calls in general.
 

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.
 

Uses of FeatureCallExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type FeatureCallExp
protected  java.lang.String ToStringVisitor.maybeAtPre(FeatureCallExp<C> mpc, java.lang.String base)