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

Packages that use CallExp
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.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of CallExp in org.eclipse.ocl.ecore
 

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

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

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

Uses of CallExp in org.eclipse.ocl.expressions
 

Subinterfaces of CallExp in org.eclipse.ocl.expressions
 interface AssociationClassCallExp<C,P>
          A representation of the model object 'Association Class Call Exp'
 interface FeatureCallExp<C>
          A representation of the model object 'Feature Call Exp'
 interface IterateExp<C,PM>
          A representation of the model object 'Iterate Exp'
 interface IteratorExp<C,PM>
          A representation of the model object 'Iterator Exp'
 interface LoopExp<C,PM>
          A representation of the model object 'Loop Exp'
 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'
 interface PropertyCallExp<C,P>
          A representation of the model object 'Property Call Exp'
 

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

Classes in org.eclipse.ocl.expressions.impl that implement CallExp
 class AssociationClassCallExpImpl<C,P>
          An implementation of the model object 'Association Class Call Exp'
 class CallExpImpl<C>
          An implementation of the model object 'Call Exp'
 class FeatureCallExpImpl<C>
          An implementation of the model object 'Feature Call Exp'
 class IterateExpImpl<C,PM>
          An implementation of the model object 'Iterate Exp'
 class IteratorExpImpl<C,PM>
          An implementation of the model object 'Iterator Exp'
 class LoopExpImpl<C,PM>
          An implementation of the model object 'Loop 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 CallExp in org.eclipse.ocl.expressions.util
 

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

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

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


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