| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| org.eclipse.ocl.lpg |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
An interface that merges the
Environment and
BasicEnvironment interfaces that define the
behaviour realised in abstract form by AbstractEnvironment. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
A partial implementation of the
Environment interface providing
some useful common behavior for providers of metamodel bindings. |
class |
AbstractEnvironmentFactory<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
Partial implementation of the
EnvironmentFactory interface, useful
for subclassing to define the OCL binding for a metamodel. |
class |
AbstractEvaluationEnvironment<C,O,P,CLS,E>
A partial implementation of the
EvaluationEnvironment interface,
providing some useful common behaviors. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicEnvironment
A
BasicEnvironment provides input token and output problem support for a text analysis
comprising an AbstractAnalyzer for semantic analysis,
AbstractParser for syntactic analysis
(parsing), and an AbstractLexer for lexical analysis. |
interface |
BasicEnvironment2
A
BasicEnvironment2 provides an extended environment interface
to support asymmetric as well as symmetric mappings between CST and AST. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicEnvironment
Partial implementation of the
BasicEnvironment interface, providing
default behaviours for most features. |
Copyright © 2015 Open eHealth Foundation. All rights reserved.