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

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

Methods in org.eclipse.emf.ocl.expressions that return PropertyCallExp
 PropertyCallExp ExpressionsFactory.createPropertyCallExp()
          Returns a new object of class 'Property Call Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type PropertyCallExp
 java.lang.Object Visitor.visitPropertyCallExp(PropertyCallExp ae)
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement PropertyCallExp
 class PropertyCallExpImpl
           An implementation of the model object 'Association End Call Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return PropertyCallExp
 PropertyCallExp ExpressionsFactoryImpl.createPropertyCallExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type PropertyCallExp
 java.lang.Object ValidationVisitorImpl.visitPropertyCallExp(PropertyCallExp pc)
          Callback for an PropertyCallExp visit.
 java.lang.Object ToStringVisitorImpl.visitPropertyCallExp(PropertyCallExp pc)
          Callback for an AssociationEndCallExp visit.
 java.lang.Object EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp pc)
          Callback for a PropertyCallExp visit.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type PropertyCallExp
 java.lang.Object ExpressionsSwitch.casePropertyCallExp(PropertyCallExp object)
          Returns the result of interpretting the object as an instance of 'Property Call Exp'
 java.lang.Object AbstractVisitor.visitPropertyCallExp(PropertyCallExp pc)
           
 


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