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

Packages that use VariableExp
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   
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.filterSynthesis   
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 VariableExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type VariableExp
 java.lang.Object EvaluationVisitorDecorator.visitVariableExp(VariableExp<C,PM> variableExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 

Uses of VariableExp in org.eclipse.ocl.ecore
 

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

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

Classes in org.eclipse.ocl.ecore.impl that implement VariableExp
 class VariableExpImpl
          An implementation of the model object 'Variable Exp'.
 

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

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

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

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

Uses of VariableExp in org.eclipse.ocl.examples.impactanalyzer
 

Methods in org.eclipse.ocl.examples.impactanalyzer that return VariableExp
 VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> ValueNotFoundException.getVariableExp()
          If the request for the undefined variable was triggered by evaluating a VariableExp, this expression is returned.
 

Constructors in org.eclipse.ocl.examples.impactanalyzer with parameters of type VariableExp
ValueNotFoundException(java.lang.String variableName, VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> variableExp)
           
 

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

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation that return VariableExp
 VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> VariableValueNotFoundInfo.getVariableExp()
          If the request for the undefined variable was triggered by evaluating a VariableExp, this expression is returned.
 VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> VariableValueNotFoundInfoImpl.getVariableExp()
          If the request for the undefined variable was triggered by evaluating a VariableExp, this expression is returned.
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type VariableExp
 java.lang.Object PartialEcoreEvaluationEnvironment.getValueOf(VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> v)
           
 java.lang.Object PartialEvaluationVisitorImpl.visitVariableExp(VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> v)
           
 

Constructors in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type VariableExp
VariableValueNotFoundInfoImpl(java.lang.String variableName, VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> variableExp)
           
 

Uses of VariableExp in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis
 

Methods in org.eclipse.ocl.examples.impactanalyzer.filterSynthesis with parameters of type VariableExp
 org.eclipse.emf.ecore.EPackage FilterSynthesisImpl.visitVariableExp(VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> var)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type VariableExp
 java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.visitVariableExp(VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> v)
           
 

Uses of VariableExp in org.eclipse.ocl.expressions
 

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

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

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

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

Methods in org.eclipse.ocl.expressions.operations with parameters of type VariableExp
static
<C,PM> boolean
VariableExpOperations.checkVarType(VariableExp<C,PM> variableExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type = referredVariable.type
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type VariableExp
<C,PM> T
ExpressionsSwitch.caseVariableExp(VariableExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Variable Exp'.
 boolean ExpressionsValidator.validateVariableExp_checkVarType(VariableExp<?,?> variableExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkVarType constraint of 'Variable Exp'.
 boolean ExpressionsValidator.validateVariableExp(VariableExp<?,?> variableExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of VariableExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type VariableExp
 java.lang.Object TracingEvaluationVisitor.visitVariableExp(VariableExp<C,PM> variableExp)
           
 

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

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

Uses of VariableExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return VariableExp
<C,PM> VariableExp<C,PM>
OCLFactoryWithHistory.createVariableExp()
           
protected  VariableExp<C,PM> AbstractOCLAnalyzer.createVariableExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, CSTNode cst, Variable<C,PM> var)
          Creates a variable expression with the variable that it references.
protected  VariableExp<C,PM> AbstractOCLAnalyzer.simpleVariableName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, java.lang.String simpleName)
          Attempts to parse a simpleNameCS as a variable expression.
 

Methods in org.eclipse.ocl.parser with parameters of type VariableExp
 java.lang.Boolean ValidationVisitor.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 

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

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

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

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

Uses of VariableExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type VariableExp
 java.lang.String ToStringVisitor.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 

Uses of VariableExp in org.eclipse.ocl.utilities
 

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

Methods in org.eclipse.ocl.utilities with parameters of type VariableExp
 T AbstractVisitor.visitVariableExp(VariableExp<C,PM> v)
          Simply returns AbstractVisitor.result.
 T Visitor.visitVariableExp(VariableExp<C,PM> variableExp)