| 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.visitOperationCallExp(OperationCallExp<C,O> callExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitOperationCallExp(OperationCallExp<C,O> oc)
Callback for an OperationCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> OperationCallExp<C,O> |
ExpressionsFactory.createOperationCallExp()
Returns a new object of class 'Operation Call Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationCallExpImpl<C,O>
An implementation of the model object 'Operation Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> OperationCallExp<C,O> |
ExpressionsFactoryImpl.createOperationCallExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,O> boolean |
OperationCallExpOperations.checkArgumentCount(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->size() = refParams->size()
|
static <C,O> boolean |
OperationCallExpOperations.checkArgumentsConform(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->forall (a | a.type.conformsTo
(self.refParams->at (arguments->indexOf (a)).type))
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> T |
ExpressionsSwitch.caseOperationCallExp(OperationCallExp<C,O> object)
Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
|
boolean |
ExpressionsValidator.validateOperationCallExp_checkArgumentCount(OperationCallExp<?,?> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkArgumentCount constraint of 'Operation Call Exp'.
|
boolean |
ExpressionsValidator.validateOperationCallExp_checkArgumentsConform(OperationCallExp<?,?> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkArgumentsConform constraint of 'Operation Call Exp'.
|
boolean |
ExpressionsValidator.validateOperationCallExp(OperationCallExp<?,?> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitOperationCallExp(OperationCallExp<C,O> callExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitOperationCallExp(OperationCallExp<C,O> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C,O> OperationCallExp<C,O> |
OCLFactoryWithHistory.createOperationCallExp() |
protected OperationCallExp<C,O> |
AbstractOCLAnalyzer.genOperationCallExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
OperationCallExpCS operationCallExpCS,
String rule,
String operName,
OCLExpression<C> source,
C ownerType,
List<OCLExpression<C>> args)
Generate an OperationCallExp node.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitOperationCallExp(OperationCallExp<C,O> oc)
Callback for an OperationCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleOperationCallExp(OperationCallExp<C,O> oc,
String sourceResult,
List<String> argumentResults)
Callback for an OperationCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,O> OperationCallExp<C,O> |
OCLFactory.createOperationCallExp()
Returns a new object of class 'Operation Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleOperationCallExp(OperationCallExp<C,O> callExp,
T sourceResult,
List<T> argumentResults)
Visits the specified operation call with the results of visiting
its source and arguments (if any).
|
T |
AbstractVisitor.visitOperationCallExp(OperationCallExp<C,O> callExp)
Visits the operation-call source and then its arguments.
|
T |
Visitor.visitOperationCallExp(OperationCallExp<C,O> callExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.