public class TupleLiteralExpImpl extends LiteralExpImpl implements TupleLiteralExp
The following features are implemented:
| 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) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
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) |
void |
eUnset(int featureID) |
<any> |
getPart() |
getEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setType, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic <any> getPart()
getPart in interface TupleLiteralExp<Classifier,Property>ExpressionsPackage.getTupleLiteralExp_Part()public boolean checkTupleType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkTupleType in interface TupleLiteralExp<Classifier,Property>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkPartsUnique(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkPartsUnique in interface TupleLiteralExp<Classifier,Property>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class OCLExpressionImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class OCLExpressionImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.