public class TupleLiteralPartImpl extends ETypedElementImpl implements TupleLiteralPart
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
EStructuralFeature |
basicGetAttribute() |
NotificationChain |
basicSetValue(OCLExpression<EClassifier> newValue,
NotificationChain msgs) |
boolean |
checkValueType(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) |
EStructuralFeature |
getAttribute() |
int |
getEndPosition() |
int |
getStartPosition() |
EClassifier |
getType() |
int |
getTypeEndPosition() |
int |
getTypeStartPosition() |
OCLExpression<EClassifier> |
getValue() |
void |
setAttribute(EStructuralFeature newAttribute) |
void |
setEndPosition(int newEndPosition) |
void |
setStartPosition(int newStartPosition) |
void |
setType(EClassifier type) |
void |
setTypeEndPosition(int newTypeEndPosition) |
void |
setTypeStartPosition(int newTypeStartPosition) |
void |
setValue(OCLExpression<EClassifier> newValue) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamepublic int getStartPosition()
getStartPosition in interface ASTNodeASTNode.setStartPosition(int),
UtilitiesPackage.getASTNode_StartPosition()public void setStartPosition(int newStartPosition)
setStartPosition in interface ASTNodenewStartPosition - the new value of the 'Start Position' attribute.ASTNode.getStartPosition()public int getEndPosition()
getEndPosition in interface ASTNodeASTNode.setEndPosition(int),
UtilitiesPackage.getASTNode_EndPosition()public void setEndPosition(int newEndPosition)
setEndPosition in interface ASTNodenewEndPosition - the new value of the 'End Position' attribute.ASTNode.getEndPosition()public int getTypeStartPosition()
getTypeStartPosition in interface TypedASTNodeTypedASTNode.setTypeStartPosition(int),
UtilitiesPackage.getTypedASTNode_TypeStartPosition()public void setTypeStartPosition(int newTypeStartPosition)
setTypeStartPosition in interface TypedASTNodenewTypeStartPosition - the new value of the 'Type Start Position' attribute.TypedASTNode.getTypeStartPosition()public int getTypeEndPosition()
getTypeEndPosition in interface TypedASTNodeTypedASTNode.setTypeEndPosition(int),
UtilitiesPackage.getTypedASTNode_TypeEndPosition()public void setTypeEndPosition(int newTypeEndPosition)
setTypeEndPosition in interface TypedASTNodenewTypeEndPosition - the new value of the 'Type End Position' attribute.TypedASTNode.getTypeEndPosition()public OCLExpression<EClassifier> getValue()
getValue in interface TupleLiteralPart<EClassifier,EStructuralFeature>TupleLiteralPart.setValue(OCLExpression),
ExpressionsPackage.getTupleLiteralPart_Value()public NotificationChain basicSetValue(OCLExpression<EClassifier> newValue, NotificationChain msgs)
public void setValue(OCLExpression<EClassifier> newValue)
setValue in interface TupleLiteralPart<EClassifier,EStructuralFeature>newValue - the new value of the 'Value' containment reference.TupleLiteralPart.getValue()public EStructuralFeature getAttribute()
getAttribute in interface TupleLiteralPart<EClassifier,EStructuralFeature>TupleLiteralPart.setAttribute(Object),
ExpressionsPackage.getTupleLiteralPart_Attribute()public EStructuralFeature basicGetAttribute()
public void setAttribute(EStructuralFeature newAttribute)
setAttribute in interface TupleLiteralPart<EClassifier,EStructuralFeature>newAttribute - the new value of the 'Attribute' reference.TupleLiteralPart.getAttribute()public boolean checkValueType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkValueType in interface TupleLiteralPart<EClassifier,EStructuralFeature>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public EClassifier getType()
getType in interface TypedElement<EClassifier>public void setType(EClassifier type)
setType in interface TypedElement<EClassifier>public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
public String toString()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.