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

Packages that use CallingASTNode
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API. 
 

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

Subinterfaces of CallingASTNode in org.eclipse.emf.ocl.expressions
 interface AssociationClassCallExp
          Deprecated. Use the AssociationClassCallExp interface, instead.
 interface CallExp
          Deprecated. Use the CallExp interface, instead.
 interface FeatureCallExp
          Deprecated. Use the FeatureCallExp interface, instead.
 interface IterateExp
          Deprecated. Use the IterateExp interface, instead.
 interface IteratorExp
          Deprecated. Use the IteratorExp interface, instead.
 interface LoopExp
          Deprecated. Use the LoopExp interface, instead.
 interface MessageExp
          Deprecated. Use the MessageExp interface, instead.
 interface NavigationCallExp
          Deprecated. Use the NavigationCallExp interface, instead.
 interface OperationCallExp
          Deprecated. Use the OperationCallExp interface, instead.
 interface PropertyCallExp
          Deprecated. Use the PropertyCallExp interface, instead.
 

Uses of CallingASTNode in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.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 'OCL 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 PropertyCallExpImpl
          An implementation of the model object 'Association End Call Exp'
 

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

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

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

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


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