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

Packages that use LetExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
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.internal   
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.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of LetExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type LetExp
 java.lang.Object EvaluationVisitorDecorator.visitLetExp(LetExp<C,PM> letExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitLetExp(LetExp<C,PM> l)
          Callback for LetExp visit.
 

Uses of LetExp in org.eclipse.ocl.ecore
 

Subinterfaces of LetExp in org.eclipse.ocl.ecore
 interface LetExp
          A representation of the model object 'Let Exp'.
 

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

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

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

Methods in org.eclipse.ocl.ecore.internal that return LetExp
<C,PM> LetExp<C,PM>
OCLFactoryImpl.createLetExp()
           
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type LetExp
<C,PM> T
EcoreSwitch.caseExpressions_LetExp(LetExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Let Exp'.
<C,PM> T
EcoreSwitch.caseLetExp_1(LetExp<C,PM> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_LetExp(org.eclipse.ocl.expressions.LetExp) method, instead.
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type LetExp
 java.lang.Object PartialEvaluationVisitorImpl.visitLetExp(LetExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> l)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type LetExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitLetExp(LetExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> letExp)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type LetExp
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handleLetExp(LetExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> letExp, java.util.Set<VariableExp> variableResult, java.util.Set<VariableExp> inResult)
          For a let expression, all variables inevitably used in the variable's initialization expression as well as all variables inevitably used in the in expression are used inevitably by the let expression.
 

Uses of LetExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return LetExp
<C,PM> LetExp<C,PM>
ExpressionsFactory.createLetExp()
          Returns a new object of class 'Let Exp'.
 

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

Methods in org.eclipse.ocl.expressions.impl that return LetExp
<C,PM> LetExp<C,PM>
ExpressionsFactoryImpl.createLetExp()
           
 

Uses of LetExp in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type LetExp
static
<C,PM> boolean
LetExpOperations.checkLetType(LetExp<C,PM> letExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type = in.type
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type LetExp
<C,PM> T
ExpressionsSwitch.caseLetExp(LetExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Let Exp'.
 boolean ExpressionsValidator.validateLetExp_checkLetType(LetExp<?,?> letExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkLetType constraint of 'Let Exp'.
 boolean ExpressionsValidator.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.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type LetExp
 java.lang.Object TracingEvaluationVisitor.visitLetExp(LetExp<C,PM> letExp)
           
 

Uses of LetExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type LetExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitLetExp(LetExp<C,PM> letexp)
           
 

Uses of LetExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return LetExp
<C,PM> LetExp<C,PM>
OCLFactoryWithHistory.createLetExp()
           
protected  LetExp<C,PM> AbstractOCLAnalyzer.letExpCS(LetExpCS letExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          Deprecated. Since 1.3, use AbstractOCLAnalyzer.letExp(LetExpCS, Environment), instead.
 

Methods in org.eclipse.ocl.parser with parameters of type LetExp
 java.lang.Boolean ValidationVisitor.visitLetExp(LetExp<C,PM> l)
          Callback for LetExp visit.
 

Uses of LetExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return LetExp
<C,PM> LetExp<C,PM>
OCLFactoryImpl.createLetExp()
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type LetExp
<C,PM> T
UMLSwitch.caseExpressions_LetExp(LetExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Let Exp'.
<C,PM> T
UMLSwitch.caseLetExp_1(LetExp<C,PM> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_LetExp(org.eclipse.ocl.expressions.LetExp) method, instead.
 

Uses of LetExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type LetExp
protected  java.lang.String ToStringVisitor.handleLetExp(LetExp<C,PM> letExp, java.lang.String variableResult, java.lang.String inResult)
          Callback for LetExp visit.
 

Uses of LetExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return LetExp
<C,PM> LetExp<C,PM>
OCLFactory.createLetExp()
          Returns a new object of class 'Let Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type LetExp
protected  T AbstractVisitor.handleLetExp(LetExp<C,PM> letExp, T variableResult, T inResult)
          Visits the specified let expression with the results of visiting its variable and in expression.
 T AbstractVisitor.visitLetExp(LetExp<C,PM> letExp)
          Visits the let's variable declaration then its 'in' expression.
 T Visitor.visitLetExp(LetExp<C,PM> letExp)