| 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.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitInvalidLiteralExp(InvalidLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
<C> InvalidLiteralExp<C> |
ExpressionsFactory.createInvalidLiteralExp()
Returns a new object of class 'Invalid Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidLiteralExpImpl<C>
An implementation of the model object 'Invalid Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> InvalidLiteralExp<C> |
ExpressionsFactoryImpl.createInvalidLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseInvalidLiteralExp(InvalidLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'.
|
boolean |
ExpressionsValidator.validateInvalidLiteralExp(InvalidLiteralExp<?> invalidLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
protected InvalidLiteralExp<C> |
AbstractOCLAnalyzer.createDummyInvalidLiteralExp()
Deprecated.
Use the
AbstractOCLAnalyzer.createDummyInvalidLiteralExp(Environment, CSTNode)
method, instead |
protected InvalidLiteralExp<C> |
AbstractOCLAnalyzer.createDummyInvalidLiteralExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
CSTNode cstNode)
Creates a dummy expression of invalid-literal type to be a placeholder
for a (sub)expression that could not be parsed.
|
<C> InvalidLiteralExp<C> |
OCLFactoryWithHistory.createInvalidLiteralExp() |
protected InvalidLiteralExp<C> |
AbstractOCLAnalyzer.invalidLiteralExpCS(InvalidLiteralExpCS invalidLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
InvalidLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
<C> InvalidLiteralExp<C> |
OCLFactory.createInvalidLiteralExp()
Returns a new object of class 'Invalid Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.