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

Packages that use OperationCallExp
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 OperationCallExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return OperationCallExp
 OperationCallExp ExpressionsFactory.createOperationCallExp()
          Returns a new object of class 'Operation Call Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type OperationCallExp
 java.lang.Object Visitor.visitOperationCallExp(OperationCallExp oc)
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement OperationCallExp
 class OperationCallExpImpl
           An implementation of the model object 'Operation Call Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return OperationCallExp
 OperationCallExp ExpressionsFactoryImpl.createOperationCallExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type OperationCallExp
 java.lang.Object ValidationVisitorImpl.visitOperationCallExp(OperationCallExp oc)
          Callback for an OperationCallExp visit.
 java.lang.Object ToStringVisitorImpl.visitOperationCallExp(OperationCallExp oc)
          Callback for an OperationCallExp visit.
 java.lang.Object EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp oc)
          Callback for an OperationCallExp visit.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type OperationCallExp
 java.lang.Object ExpressionsSwitch.caseOperationCallExp(OperationCallExp object)
          Returns the result of interpretting the object as an instance of 'Operation Call Exp'
 java.lang.Object AbstractVisitor.visitOperationCallExp(OperationCallExp oc)
           
 


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