| 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.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.visitTypeExp(TypeExp<C> typeExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitTypeExp(TypeExp<C> t)
Callback for a TypeExp visiy.
|
| Modifier and Type | Method and Description |
|---|---|
<C> TypeExp<C> |
ExpressionsFactory.createTypeExp()
Returns a new object of class 'Type Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeExpImpl<C>
An implementation of the model object 'Type Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> TypeExp<C> |
ExpressionsFactoryImpl.createTypeExp() |
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseTypeExp(TypeExp<C> object)
Returns the result of interpreting the object as an instance of 'Type Exp'.
|
boolean |
ExpressionsValidator.validateTypeExp(TypeExp<?> typeExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitTypeExp(TypeExp<C> typeExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitTypeExp(TypeExp<C> typeExp) |
| Modifier and Type | Method and Description |
|---|---|
<C> TypeExp<C> |
OCLFactoryWithHistory.createTypeExp() |
protected TypeExp<C> |
AbstractOCLAnalyzer.simpleTypeName(SimpleNameCS simpleNameCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
OCLExpression<C> source,
C classifier,
String simpleName)
Attempts to parse a simpleNameCS as a type expression.
|
protected TypeExp<C> |
AbstractOCLAnalyzer.typeCS(CSTNode cstNode,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
C type)
EnumLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitTypeExp(TypeExp<C> t)
Callback for a TypeExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitTypeExp(TypeExp<C> t) |
| Modifier and Type | Method and Description |
|---|---|
<C> TypeExp<C> |
OCLFactory.createTypeExp()
Returns a new object of class 'Type Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitTypeExp(TypeExp<C> t)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitTypeExp(TypeExp<C> typeExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.