| 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.visitStringLiteralExp(StringLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitStringLiteralExp(StringLiteralExp<C> sl)
Callback for a StringLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> StringLiteralExp<C> |
ExpressionsFactory.createStringLiteralExp()
Returns a new object of class 'String Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringLiteralExpImpl<C>
An implementation of the model object 'String Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> StringLiteralExp<C> |
ExpressionsFactoryImpl.createStringLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
StringLiteralExpOperations.checkStringType(StringLiteralExp<C> stringLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'String'
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseStringLiteralExp(StringLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'String Literal Exp'.
|
boolean |
ExpressionsValidator.validateStringLiteralExp_checkStringType(StringLiteralExp<?> stringLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkStringType constraint of 'String Literal Exp'.
|
boolean |
ExpressionsValidator.validateStringLiteralExp(StringLiteralExp<?> stringLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitStringLiteralExp(StringLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitStringLiteralExp(StringLiteralExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
<C> StringLiteralExp<C> |
OCLFactoryWithHistory.createStringLiteralExp() |
protected StringLiteralExp<C> |
AbstractOCLAnalyzer.stringLiteralExpCS(StringLiteralExpCS stringLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
StringLiteralExpCS
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitStringLiteralExp(StringLiteralExp<C> sl)
Callback for a StringLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitStringLiteralExp(StringLiteralExp<C> sl)
Callback for a StringLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> StringLiteralExp<C> |
OCLFactory.createStringLiteralExp()
Returns a new object of class 'String Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitStringLiteralExp(StringLiteralExp<C> literalExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitStringLiteralExp(StringLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.