| 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.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
Callback for a BooleanLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> BooleanLiteralExp<C> |
ExpressionsFactory.createBooleanLiteralExp()
Returns a new object of class 'Boolean Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLiteralExpImpl<C>
An implementation of the model object 'Boolean Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> BooleanLiteralExp<C> |
ExpressionsFactoryImpl.createBooleanLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
BooleanLiteralExpOperations.checkBooleanType(BooleanLiteralExp<C> booleanLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Boolean'
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseBooleanLiteralExp(BooleanLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
|
boolean |
ExpressionsValidator.validateBooleanLiteralExp_checkBooleanType(BooleanLiteralExp<?> booleanLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkBooleanType constraint of 'Boolean Literal Exp'.
|
boolean |
ExpressionsValidator.validateBooleanLiteralExp(BooleanLiteralExp<?> booleanLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanLiteralExp<C> |
AbstractOCLAnalyzer.booleanLiteralExpCS(BooleanLiteralExpCS booleanLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
BooleanLiteralExpCS
|
<C> BooleanLiteralExp<C> |
OCLFactoryWithHistory.createBooleanLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
Callback for a BooleanLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
Callback for a BooleanLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> BooleanLiteralExp<C> |
OCLFactory.createBooleanLiteralExp()
Returns a new object of class 'Boolean Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.