public abstract class FeatureCallExpImpl<C> extends CallExpImpl<C> implements FeatureCallExp<C>
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
boolean |
isMarkedPre() |
void |
setMarkedPre(boolean newMarkedPre) |
String |
toString() |
basicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eInverseRemove, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourceaccept, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic boolean isMarkedPre()
isMarkedPre in interface FeatureCallExp<C>FeatureCallExp.setMarkedPre(boolean),
ExpressionsPackage.getFeatureCallExp_MarkedPre()public void setMarkedPre(boolean newMarkedPre)
setMarkedPre in interface FeatureCallExp<C>newMarkedPre - the new value of the 'Marked Pre' attribute.FeatureCallExp.isMarkedPre()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CallExpImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class CallExpImpl<C>public void eUnset(int featureID)
eUnset in class CallExpImpl<C>public boolean eIsSet(int featureID)
eIsSet in class CallExpImpl<C>public String toString()
toString in class CallExpImpl<C>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.