Uses of Interface
org.eclipse.ocl.ecore.LetExp

Packages that use LetExp
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback   
 

Uses of LetExp in org.eclipse.ocl.ecore
 

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

Uses of LetExp in org.eclipse.ocl.ecore.impl
 

Methods in org.eclipse.ocl.ecore.impl that return LetExp
 LetExp EcoreFactoryImpl.createLetExp()
           
 

Uses of LetExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type LetExp
 T EcoreSwitch.caseLetExp(LetExp object)
          Returns the result of interpreting the object as an instance of 'Let Exp'.
 boolean EcoreValidator.validateLetExp(LetExp letExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of LetExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 

Constructors in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type LetExp
LetExpTracer(LetExp expression, java.util.Stack<java.lang.String> tuplePartNames, OCLFactory oclFactory)
           
 

Uses of LetExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback
 

Constructors in org.eclipse.ocl.examples.impactanalyzer.instanceScope.traceback with parameters of type LetExp
LetTracebackStep(LetExp sourceExpression, org.eclipse.emf.ecore.EClass context, OperationBodyToCallMapper operationBodyToCallMapper, java.util.Stack<java.lang.String> tupleLiteralNamesToLookFor, TracebackStepCache tracebackStepCache, UnusedEvaluationRequestFactory unusedEvaluationRequestFactory, OCLFactory oclFactory)