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

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

Methods in org.eclipse.emf.ocl.expressions that return LetExp
 LetExp ExpressionsFactory.createLetExp()
          Returns a new object of class 'Let Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type LetExp
 java.lang.Object Visitor.visitLetExp(LetExp l)
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement LetExp
 class LetExpImpl
           An implementation of the model object 'Let Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return LetExp
 LetExp ExpressionsFactoryImpl.createLetExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type LetExp
 java.lang.Object ValidationVisitorImpl.visitLetExp(LetExp l)
          Callback for LetExp visit.
 java.lang.Object ToStringVisitorImpl.visitLetExp(LetExp l)
          Callback for LetExp visit.
 java.lang.Object EvaluationVisitorImpl.visitLetExp(LetExp l)
          Callback for LetExp visit.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type LetExp
 java.lang.Object ExpressionsSwitch.caseLetExp(LetExp object)
          Returns the result of interpretting the object as an instance of 'Let Exp'
 java.lang.Object AbstractVisitor.visitLetExp(LetExp l)
           
 


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