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

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

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

Subinterfaces of CallExp in org.eclipse.emf.ocl.expressions
 interface AssociationClassCallExp
           A representation of the model object 'Association Class Call Exp'
 interface FeatureCallExp
           
 interface IterateExp
           
 interface IteratorExp
           
 interface LoopExp
           
 interface NavigationCallExp
           
 interface OperationCallExp
           
 interface PropertyCallExp
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement CallExp
 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 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 CallExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type CallExp
 java.lang.Object ExpressionsSwitch.caseCallExp(CallExp object)
          Returns the result of interpretting the object as an instance of 'Call Exp'
 


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