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()
          Returns a new object of class 'If Exp'
 

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

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
 java.lang.Object ValidationVisitorImpl.visitIfExp(IfExp i)
          Callback for an IfExp visit.
 java.lang.Object ToStringVisitorImpl.visitIfExp(IfExp i)
          Callback for an IfExp visit.
 java.lang.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
 java.lang.Object ExpressionsSwitch.caseIfExp(IfExp object)
          Returns the result of interpretting the object as an instance of 'If Exp'
 java.lang.Object AbstractVisitor.visitIfExp(IfExp i)
           
 


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