| 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.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.visitStateExp(StateExp<C,S> stateExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitStateExp(StateExp<C,S> s) |
| Modifier and Type | Method and Description |
|---|---|
<C,S> StateExp<C,S> |
ExpressionsFactory.createStateExp()
Returns a new object of class 'State Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateExpImpl<C,S>
An implementation of the model object 'State Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,S> StateExp<C,S> |
ExpressionsFactoryImpl.createStateExp() |
| Modifier and Type | Method and Description |
|---|---|
<C,S> T |
ExpressionsSwitch.caseStateExp(StateExp<C,S> object)
Returns the result of interpreting the object as an instance of 'State Exp'.
|
boolean |
ExpressionsValidator.validateStateExp(StateExp<?,?> stateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitStateExp(StateExp<C,S> stateExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitStateExp(StateExp<C,S> s) |
| Modifier and Type | Method and Description |
|---|---|
<C,S> StateExp<C,S> |
OCLFactoryWithHistory.createStateExp() |
protected StateExp<C,S> |
AbstractOCLAnalyzer.stateExpCS(OCLExpression<C> source,
CSTNode stateExpCS,
<any> statePath,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
stateExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitStateExp(StateExp<C,S> s) |
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitStateExp(StateExp<C,S> s) |
| Modifier and Type | Method and Description |
|---|---|
<C,S> StateExp<C,S> |
OCLFactory.createStateExp()
Returns a new object of class 'State Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitStateExp(StateExp<C,S> stateExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitStateExp(StateExp<C,S> stateExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.