| 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.operations | |
| 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.visitEnumLiteralExp(EnumLiteralExp<C,EL> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp<C,EL> el)
Callback for an EnumLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,EL> EnumLiteralExp<C,EL> |
ExpressionsFactory.createEnumLiteralExp()
Returns a new object of class 'Enum Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumLiteralExpImpl<C,EL>
An implementation of the model object 'Enum Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,EL> EnumLiteralExp<C,EL> |
ExpressionsFactoryImpl.createEnumLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,EL> boolean |
EnumLiteralExpOperations.checkEnumType(EnumLiteralExp<C,EL> enumLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type = referredEnumLiteral.enumeration
|
| Modifier and Type | Method and Description |
|---|---|
<C,EL> T |
ExpressionsSwitch.caseEnumLiteralExp(EnumLiteralExp<C,EL> object)
Returns the result of interpreting the object as an instance of 'Enum Literal Exp'.
|
boolean |
ExpressionsValidator.validateEnumLiteralExp_checkEnumType(EnumLiteralExp<?,?> enumLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkEnumType constraint of 'Enum Literal Exp'.
|
boolean |
ExpressionsValidator.validateEnumLiteralExp(EnumLiteralExp<?,?> enumLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> enumliteralexp) |
| Modifier and Type | Method and Description |
|---|---|
<C,EL> EnumLiteralExp<C,EL> |
OCLFactoryWithHistory.createEnumLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> el)
Callback for an EnumLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> el)
Callback for an EnumLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,EL> EnumLiteralExp<C,EL> |
OCLFactory.createEnumLiteralExp()
Returns a new object of class 'Enum Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitEnumLiteralExp(EnumLiteralExp<C,EL> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.