| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EvaluationVisitorDecorator.visitVariableExp(VariableExp<C,PM> variableExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitVariableExp(VariableExp<C,PM> v)
Callback for a VariableExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> VariableExp<C,PM> |
ExpressionsFactory.createVariableExp()
Returns a new object of class 'Variable Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableExpImpl<C,PM>
An implementation of the model object 'Variable Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> VariableExp<C,PM> |
ExpressionsFactoryImpl.createVariableExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,PM> boolean |
VariableExpOperations.checkVarType(VariableExp<C,PM> variableExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = referredVariable.type
|
| Modifier and Type | Method and Description |
|---|---|
<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,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkVarType constraint of 'Variable Exp'.
|
boolean |
ExpressionsValidator.validateVariableExp(VariableExp<?,?> variableExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitVariableExp(VariableExp<C,PM> variableExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitVariableExp(VariableExp<C,PM> variableexp) |
| Modifier and Type | Method and Description |
|---|---|
<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,
String simpleName)
Attempts to parse a simpleNameCS as a variable expression.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitVariableExp(VariableExp<C,PM> v)
Callback for a VariableExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitVariableExp(VariableExp<C,PM> v)
Callback for a VariableExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> VariableExp<C,PM> |
OCLFactory.createVariableExp()
Returns a new object of class 'Variable Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitVariableExp(VariableExp<C,PM> v)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitVariableExp(VariableExp<C,PM> variableExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.