| Package | Description |
|---|---|
| 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.util |
Generated utilities for working with instances the Expressions model.
|
| org.eclipse.ocl.parser | |
| org.eclipse.ocl.util |
Miscellaneous utilities in support of the OCL parser and environment
implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationClassCallExp<C,P>
A representation of the model object 'Association Class Call Exp'.
|
interface |
NavigationCallExp<C,P>
A representation of the model object 'Navigation Call Exp'.
|
interface |
OperationCallExp<C,O>
A representation of the model object 'Operation Call Exp'.
|
interface |
PropertyCallExp<C,P>
A representation of the model object 'Property Call Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationClassCallExpImpl<C,P>
An implementation of the model object 'Association Class Call Exp'.
|
class |
FeatureCallExpImpl<C>
An implementation of the model object 'Feature Call Exp'.
|
class |
NavigationCallExpImpl<C,P>
An implementation of the model object 'Navigation Call Exp'.
|
class |
OperationCallExpImpl<C,O>
An implementation of the model object 'Operation Call Exp'.
|
class |
PropertyCallExpImpl<C,P>
An implementation of the model object 'Property Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseFeatureCallExp(FeatureCallExp<C> object)
Returns the result of interpreting the object as an instance of 'Feature Call Exp'.
|
boolean |
ExpressionsValidator.validateFeatureCallExp(FeatureCallExp<?> featureCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
protected IteratorExp<C,PM> |
AbstractOCLAnalyzer.createImplicitCollect(OCLExpression<C> source,
FeatureCallExp<C> propertyCall,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
CSTNode cstNode)
Creates an implicit
collect iterator expression for a
property call on a collection-type source expression. |
Boolean |
ValidationVisitor.visitFeatureCallExp(FeatureCallExp<C> exp)
Applies well-formedness rules for model property calls in general.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.maybeAtPre(FeatureCallExp<C> mpc,
String base) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.