| 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.visitIntegerLiteralExp(IntegerLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp<C> il)
Callback for an IntegerLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IntegerLiteralExp<C> |
ExpressionsFactory.createIntegerLiteralExp()
Returns a new object of class 'Integer Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerLiteralExpImpl<C>
An implementation of the model object 'Integer Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IntegerLiteralExp<C> |
ExpressionsFactoryImpl.createIntegerLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
IntegerLiteralExpOperations.checkIntegerType(IntegerLiteralExp<C> integerLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Integer'
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseIntegerLiteralExp(IntegerLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Integer Literal Exp'.
|
boolean |
ExpressionsValidator.validateIntegerLiteralExp_checkIntegerType(IntegerLiteralExp<?> integerLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkIntegerType constraint of 'Integer Literal Exp'.
|
boolean |
ExpressionsValidator.validateIntegerLiteralExp(IntegerLiteralExp<?> integerLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C> IntegerLiteralExp<C> |
OCLFactoryWithHistory.createIntegerLiteralExp() |
protected IntegerLiteralExp<C> |
AbstractOCLAnalyzer.integerLiteralExpCS(IntegerLiteralExpCS integerLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
IntegerLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> il)
Callback for an IntegerLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> il)
Callback for an IntegerLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IntegerLiteralExp<C> |
OCLFactory.createIntegerLiteralExp()
Returns a new object of class 'Integer Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitIntegerLiteralExp(IntegerLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitIntegerLiteralExp(IntegerLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.