| 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.visitRealLiteralExp(RealLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitRealLiteralExp(RealLiteralExp<C> rl)
Callback for a RealLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> RealLiteralExp<C> |
ExpressionsFactory.createRealLiteralExp()
Returns a new object of class 'Real Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RealLiteralExpImpl<C>
An implementation of the model object 'Real Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> RealLiteralExp<C> |
ExpressionsFactoryImpl.createRealLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
RealLiteralExpOperations.checkRealType(RealLiteralExp<C> realLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Real'
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseRealLiteralExp(RealLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Real Literal Exp'.
|
boolean |
ExpressionsValidator.validateRealLiteralExp_checkRealType(RealLiteralExp<?> realLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkRealType constraint of 'Real Literal Exp'.
|
boolean |
ExpressionsValidator.validateRealLiteralExp(RealLiteralExp<?> realLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitRealLiteralExp(RealLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitRealLiteralExp(RealLiteralExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C> RealLiteralExp<C> |
OCLFactoryWithHistory.createRealLiteralExp() |
protected RealLiteralExp<C> |
AbstractOCLAnalyzer.realLiteralExpCS(RealLiteralExpCS realLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
RealLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitRealLiteralExp(RealLiteralExp<C> rl)
Callback for a RealLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitRealLiteralExp(RealLiteralExp<C> rl)
Callback for a RealLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> RealLiteralExp<C> |
OCLFactory.createRealLiteralExp()
Returns a new object of class 'Real Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitRealLiteralExp(RealLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitRealLiteralExp(RealLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.