| 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.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp<C> cl)
Callback for a CollectionLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionLiteralExp<C> |
ExpressionsFactory.createCollectionLiteralExp()
Returns a new object of class 'Collection Literal Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionLiteralExpImpl<C>
An implementation of the model object 'Collection Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionLiteralExp<C> |
ExpressionsFactoryImpl.createCollectionLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
CollectionLiteralExpOperations.checkBagKind(CollectionLiteralExp<C> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
kind = CollectionKind::Bag implies type.oclIsKindOf(BagType)
|
static <C> boolean |
CollectionLiteralExpOperations.checkElementType(CollectionLiteralExp<C> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type.oclAsType(CollectionType).elementType = part->iterate(p; c : Classifier = OclVoid | c.commonSuperType(p.type))
|
static <C> boolean |
CollectionLiteralExpOperations.checkNoCollectionInstances(CollectionLiteralExp<C> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
kind <> CollectionKind::Collection
|
static <C> boolean |
CollectionLiteralExpOperations.checkSequenceKind(CollectionLiteralExp<C> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
kind = CollectionKind::Sequence implies type.oclIsKindOf(SequenceType)
|
static <C> boolean |
CollectionLiteralExpOperations.checkSetKind(CollectionLiteralExp<C> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
kind = CollectionKind::Set implies type.oclIsKindOf(SetType)
|
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseCollectionLiteralExp(CollectionLiteralExp<C> object)
Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp_checkBagKind(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkBagKind constraint of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp_checkElementType(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkElementType constraint of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp_checkNoCollectionInstances(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkNoCollectionInstances constraint of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp_checkSequenceKind(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkSequenceKind constraint of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp_checkSetKind(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkSetKind constraint of 'Collection Literal Exp'.
|
boolean |
ExpressionsValidator.validateCollectionLiteralExp(CollectionLiteralExp<?> collectionLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> exp) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionLiteralExp<C> |
AbstractOCLAnalyzer.collectionLiteralExpCS(CollectionLiteralExpCS collectionLiteralExpCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
CollectionLiteralExpCS
|
<C> CollectionLiteralExp<C> |
OCLFactoryWithHistory.createCollectionLiteralExp() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> cl)
Callback for a CollectionLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleCollectionLiteralExp(CollectionLiteralExp<C> cl,
List<String> partResults)
Callback for a CollectionLiteralExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> CollectionLiteralExp<C> |
OCLFactory.createCollectionLiteralExp()
Returns a new object of class 'Collection Literal Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleCollectionLiteralExp(CollectionLiteralExp<C> literalExp,
List<T> partResults)
Visits the specified collection literal expression with the results of visiting
its parts (if any).
|
T |
AbstractVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)
Visits the collection literal's parts.
|
T |
Visitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.