| Package | Description |
|---|---|
| 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.parser | |
| org.eclipse.ocl.parser | |
| org.eclipse.ocl.parser.backtracking |
| Modifier and Type | Method and Description |
|---|---|
OCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> |
EnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser)
Creates an instance of the OCLAnalyzer that will use
a given parser to perform syntactic and lexical analysis.
|
OCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> |
AbstractEnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser) |
| Modifier and Type | Method and Description |
|---|---|
OCLAnalyzer |
EcoreEnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser) |
| Constructor and Description |
|---|
OCLAnalyzer(AbstractOCLParser parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
OCLParser |
| Modifier and Type | Method and Description |
|---|---|
AbstractOCLParser |
AbstractOCLAnalyzer.getAbstractParser() |
AbstractOCLParser |
AbstractOCLAnalyzer.getParser() |
| Constructor and Description |
|---|
AbstractOCLAnalyzer(AbstractOCLParser parser) |
OCLAnalyzer(AbstractOCLParser parser)
Construct an OCL semantic analyzer that will use a given parser to
perform syntactic and lexical analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCLBacktrackingParser |
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.