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

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

Methods in org.eclipse.emf.ocl.expressions that return IfExp
 IfExp ExpressionsFactory.createIfExp()
          Deprecated. Returns a new object of class 'If Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type IfExp
 Object Visitor.visitIfExp(IfExp i)
          Deprecated.  
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement IfExp
 class IfExpImpl
          An implementation of the model object 'If Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return IfExp
 IfExp ExpressionsFactoryImpl.createIfExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type IfExp
 Object ValidationVisitorImpl.visitIfExp(IfExp i)
          Callback for an IfExp visit.
 Object ToStringVisitorImpl.visitIfExp(IfExp i)
          Callback for an IfExp visit.
 Object EvaluationVisitorImpl.visitIfExp(IfExp ie)
          Callback for an IfExp visit.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type IfExp
 Object ExpressionsSwitch.caseIfExp(IfExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'If Exp'
 Object AbstractVisitor.visitIfExp(IfExp i)
          Deprecated.  
 


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