public class UnspecifiedValueExpImpl<C> extends OCLExpressionImpl<C> implements UnspecifiedValueExp<C>
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
int |
getTypeEndPosition() |
int |
getTypeStartPosition() |
void |
setTypeEndPosition(int newTypeEndPosition) |
void |
setTypeStartPosition(int newTypeStartPosition) |
String |
toString() |
getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic 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 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 int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class OCLExpressionImpl<C>public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class OCLExpressionImpl<C>public String toString()
toString in class OCLExpressionImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.