Uses of Interface
org.eclipse.ocl.utilities.CallingASTNode

Packages that use CallingASTNode
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.lpg   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.utilities.util Generated utilities for working with instances the OCL utilities package. 
 

Uses of CallingASTNode in org.eclipse.ocl.ecore
 

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

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

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

Methods in org.eclipse.ocl.ecore.util with parameters of type CallingASTNode
 T EcoreSwitch.caseCallingASTNode(CallingASTNode object)
          Returns the result of interpreting the object as an instance of 'Calling AST Node'.
 

Uses of CallingASTNode in org.eclipse.ocl.expressions
 

Subinterfaces of CallingASTNode in org.eclipse.ocl.expressions
 interface CallExp<C>
          A representation of the model object 'Call Exp'.
 interface FeatureCallExp<C>
          A representation of the model object 'Feature Call Exp'.
 interface LoopExp<C,PM>
          A representation of the model object 'Loop Exp'.
 interface MessageExp<C,COA,SSA>
          A representation of the model object 'Message Exp'.
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type CallingASTNode
 T ExpressionsSwitch.caseCallingASTNode(CallingASTNode object)
          Returns the result of interpreting the object as an instance of 'Calling AST Node'.
 

Uses of CallingASTNode in org.eclipse.ocl.lpg
 

Methods in org.eclipse.ocl.lpg with parameters of type CallingASTNode
protected  void AbstractAnalyzer.initPropertyPositions(CallingASTNode callingASTNode, CSTNode cstNode)
          Initializes the start and end positions of the property name in the specified calling AST node.
 

Uses of CallingASTNode in org.eclipse.ocl.uml
 

Subinterfaces of CallingASTNode in org.eclipse.ocl.uml
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'.
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type CallingASTNode
 T UMLSwitch.caseCallingASTNode(CallingASTNode object)
          Returns the result of interpreting the object as an instance of 'Calling AST Node'.
 

Uses of CallingASTNode in org.eclipse.ocl.utilities.util
 

Methods in org.eclipse.ocl.utilities.util with parameters of type CallingASTNode
 T1 UtilitiesSwitch.caseCallingASTNode(CallingASTNode object)
          Returns the result of interpreting the object as an instance of 'Calling AST Node'.