| 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.visitIfExp(IfExp<C> ifExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitIfExp(IfExp<C> ie)
Callback for an IfExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IfExp<C> |
ExpressionsFactory.createIfExp()
Returns a new object of class 'If Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IfExpImpl<C>
An implementation of the model object 'If Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IfExp<C> |
ExpressionsFactoryImpl.createIfExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
IfExpOperations.checkBooleanCondition(IfExp<C> ifExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.condition.type.oclIsKindOf(PrimitiveType) and self.condition.type.name = 'Boolean'
|
static <C> boolean |
IfExpOperations.checkIfType(IfExp<C> ifExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type = thenExpression.type.commonSuperType(elseExpression.type)
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseIfExp(IfExp<C> object)
Returns the result of interpreting the object as an instance of 'If Exp'.
|
boolean |
ExpressionsValidator.validateIfExp_checkBooleanCondition(IfExp<?> ifExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkBooleanCondition constraint of 'If Exp'.
|
boolean |
ExpressionsValidator.validateIfExp_checkIfType(IfExp<?> ifExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkIfType constraint of 'If Exp'.
|
boolean |
ExpressionsValidator.validateIfExp(IfExp<?> ifExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitIfExp(IfExp<C> ifExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitIfExp(IfExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C> IfExp<C> |
OCLFactoryWithHistory.createIfExp() |
protected IfExp<C> |
AbstractOCLAnalyzer.ifExpCS(IfExpCS ifExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
IfExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitIfExp(IfExp<C> i)
Callback for an IfExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleIfExp(IfExp<C> ifExp,
String conditionResult,
String thenResult,
String elseResult)
Callback for an IfExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> IfExp<C> |
OCLFactory.createIfExp()
Returns a new object of class 'If Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleIfExp(IfExp<C> ifExp,
T conditionResult,
T thenResult,
T elseResult)
Visits the specified if expression with the results of visiting
its condition, then, and else expressions.
|
T |
AbstractVisitor.visitIfExp(IfExp<C> ifExp)
Visits the if expression's condition, then, and else expressions.
|
T |
Visitor.visitIfExp(IfExp<C> ifExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.