| 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.visitNullLiteralExp(NullLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitNullLiteralExp(NullLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
<C> NullLiteralExp<C> |
ExpressionsFactory.createNullLiteralExp()
Returns a new object of class 'Null Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullLiteralExpImpl<C>
An implementation of the model object 'Null Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> NullLiteralExp<C> |
ExpressionsFactoryImpl.createNullLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseNullLiteralExp(NullLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Null Literal Exp'.
|
boolean |
ExpressionsValidator.validateNullLiteralExp(NullLiteralExp<?> nullLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitNullLiteralExp(NullLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitNullLiteralExp(NullLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
<C> NullLiteralExp<C> |
OCLFactoryWithHistory.createNullLiteralExp() |
protected NullLiteralExp<C> |
AbstractOCLAnalyzer.nullLiteralExpCS(NullLiteralExpCS nullLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
NullLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitNullLiteralExp(NullLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitNullLiteralExp(NullLiteralExp<C> il) |
| Modifier and Type | Method and Description |
|---|---|
<C> NullLiteralExp<C> |
OCLFactory.createNullLiteralExp()
Returns a new object of class 'Null Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitNullLiteralExp(NullLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitNullLiteralExp(NullLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.