| 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.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitPropertyCallExp(PropertyCallExp<C,P> pc)
Callback for a PropertyCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> PropertyCallExp<C,P> |
ExpressionsFactory.createPropertyCallExp()
Returns a new object of class 'Property Call Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyCallExpImpl<C,P>
An implementation of the model object 'Property Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> PropertyCallExp<C,P> |
ExpressionsFactoryImpl.createPropertyCallExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,P> boolean |
PropertyCallExpOperations.checkPropertyType(PropertyCallExp<C,P> propertyCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = referredProperty.type
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> T |
ExpressionsSwitch.casePropertyCallExp(PropertyCallExp<C,P> object)
Returns the result of interpreting the object as an instance of 'Property Call Exp'.
|
boolean |
ExpressionsValidator.validatePropertyCallExp_checkPropertyType(PropertyCallExp<?,?> propertyCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkPropertyType constraint of 'Property Call Exp'.
|
boolean |
ExpressionsValidator.validatePropertyCallExp(PropertyCallExp<?,?> propertyCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitPropertyCallExp(PropertyCallExp<C,P> propertycallexp) |
| Modifier and Type | Method and Description |
|---|---|
<C,P> PropertyCallExp<C,P> |
OCLFactoryWithHistory.createPropertyCallExp() |
protected PropertyCallExp<C,P> |
AbstractOCLAnalyzer.simplePropertyName(SimpleNameCS simpleNameCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
OCLExpression<C> source,
C owner,
String simpleName)
Attempts to parse a simpleNameCS as a property call expression.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitPropertyCallExp(PropertyCallExp<C,P> pc)
Callback for an PropertyCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handlePropertyCallExp(PropertyCallExp<C,P> pc,
String sourceResult,
List<String> qualifierResults)
Callback for an AssociationEndCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> PropertyCallExp<C,P> |
OCLFactory.createPropertyCallExp()
Returns a new object of class 'Property Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handlePropertyCallExp(PropertyCallExp<C,P> callExp,
T sourceResult,
List<T> qualifierResults)
Visits the specified property call with the results of visiting
its source and qualifiers (if any).
|
T |
AbstractVisitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp)
Visits the property-call source and then its qualifiers (if any).
|
T |
Visitor.visitPropertyCallExp(PropertyCallExp<C,P> callExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.