| 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.visitIterateExp(IterateExp<C,PM> callExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitIterateExp(IterateExp<C,PM> ie)
Callback for an IterateExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> IterateExp<C,PM> |
ExpressionsFactory.createIterateExp()
Returns a new object of class 'Iterate Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterateExpImpl<C,PM>
An implementation of the model object 'Iterate Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> IterateExp<C,PM> |
ExpressionsFactoryImpl.createIterateExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,PM> boolean |
IterateExpOperations.checkBodyType(IterateExp<C,PM> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
body.type.conformsTo(result.type)
|
static <C,PM> boolean |
IterateExpOperations.checkIterateType(IterateExp<C,PM> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = result.type
|
static <C,PM> boolean |
IterateExpOperations.checkResultInit(IterateExp<C,PM> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.result.initExpression->size() = 1
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> T |
ExpressionsSwitch.caseIterateExp(IterateExp<C,PM> object)
Returns the result of interpreting the object as an instance of 'Iterate Exp'.
|
boolean |
ExpressionsValidator.validateIterateExp_checkBodyType(IterateExp<?,?> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkBodyType constraint of 'Iterate Exp'.
|
boolean |
ExpressionsValidator.validateIterateExp_checkIterateType(IterateExp<?,?> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkIterateType constraint of 'Iterate Exp'.
|
boolean |
ExpressionsValidator.validateIterateExp_checkResultInit(IterateExp<?,?> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkResultInit constraint of 'Iterate Exp'.
|
boolean |
ExpressionsValidator.validateIterateExp(IterateExp<?,?> iterateExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitIterateExp(IterateExp<C,PM> callExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitIterateExp(IterateExp<C,PM> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C,PM> IterateExp<C,PM> |
OCLFactoryWithHistory.createIterateExp() |
protected IterateExp<C,PM> |
AbstractOCLAnalyzer.iterateExpCS(IterateExpCS iterateExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
IterateExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitIterateExp(IterateExp<C,PM> ie)
Callback for an IterateExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleIterateExp(IterateExp<C,PM> callExp,
String sourceResult,
List<String> variableResults,
String resultResult,
String bodyResult)
Callback for an IterateExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,PM> IterateExp<C,PM> |
OCLFactory.createIterateExp()
Returns a new object of class 'Iterate Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleIterateExp(IterateExp<C,PM> callExp,
T sourceResult,
List<T> variableResults,
T resultResult,
T bodyResult)
Visits the specified iterate expression with the results of visiting
its source, its iterator variables, its result variable, and its body
expression.
|
T |
AbstractVisitor.visitIterateExp(IterateExp<C,PM> callExp)
Visits the iterate's source, then its iterator variables,
result variable, and body expression.
|
T |
Visitor.visitIterateExp(IterateExp<C,PM> callExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.