public interface TupleLiteralExp<C,P> extends LiteralExp<C>
The following features are supported:
ExpressionsPackage.getTupleLiteralExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPartsUnique(DiagnosticChain diagnostics,
Map<Object,Object> context)
part->isUnique (attribute.name)
|
boolean |
checkTupleType(DiagnosticChain diagnostics,
Map<Object,Object> context)
type.oclIsKindOf (TupleType)
and
part->forAll (tlep |
type.oclAsType (TupleType).allProperties()->exists (tp | tlep.attribute = tp))
and
part->size() = type.oclAsType (TupleType).allProperties()->size()
|
<any> |
getPart()
Returns the value of the 'Part' containment reference list.
|
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPosition<any> getPart()
TupleLiteralPart<C, P>.
If the meaning of the 'Part' containment reference list isn't clear, there really should be more of a description here...
ExpressionsPackage.getTupleLiteralExp_Part()boolean checkTupleType(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.