public class TupleLiteralExpImpl<C,P> extends LiteralExpImpl<C> implements TupleLiteralExp<C,P>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
part
The cached value of the '
Part' containment reference list. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
TupleLiteralExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkPartsUnique(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkTupleType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getPart() |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckPartsUnique, checkTupleTypegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected EClass eStaticClass()
eStaticClass in class LiteralExpImpl<C>public <any> getPart()
getPart in interface TupleLiteralExp<C,P>ExpressionsPackage.getTupleLiteralExp_Part()public boolean checkTupleType(DiagnosticChain diagnostics,
Map<Object,Object> context)
public boolean checkPartsUnique(DiagnosticChain diagnostics,
Map<Object,Object> context)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImpl<C>public void eUnset(int featureID)
eUnset in class OCLExpressionImpl<C>public boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.