| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanLiteralExp<C>
A representation of the model object 'Boolean Literal Exp'.
|
interface |
IntegerLiteralExp<C>
A representation of the model object 'Integer Literal Exp'.
|
interface |
NumericLiteralExp<C>
A representation of the model object 'Numeric Literal Exp'.
|
interface |
RealLiteralExp<C>
A representation of the model object 'Real Literal Exp'.
|
interface |
StringLiteralExp<C>
A representation of the model object 'String Literal Exp'.
|
interface |
UnlimitedNaturalLiteralExp<C>
A representation of the model object 'Unlimited Natural Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLiteralExpImpl<C>
An implementation of the model object 'Boolean Literal Exp'.
|
class |
IntegerLiteralExpImpl<C>
An implementation of the model object 'Integer Literal Exp'.
|
class |
NumericLiteralExpImpl<C>
An implementation of the model object 'Numeric Literal Exp'.
|
class |
PrimitiveLiteralExpImpl<C>
An implementation of the model object 'Primitive Literal Exp'.
|
class |
RealLiteralExpImpl<C>
An implementation of the model object 'Real Literal Exp'.
|
class |
StringLiteralExpImpl<C>
An implementation of the model object 'String Literal Exp'.
|
class |
UnlimitedNaturalLiteralExpImpl<C>
An implementation of the model object 'Unlimited Natural Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.casePrimitiveLiteralExp(PrimitiveLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Primitive Literal Exp'.
|
boolean |
ExpressionsValidator.validatePrimitiveLiteralExp(PrimitiveLiteralExp<?> primitiveLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.