public class BooleanLiteralExpCSImpl extends SimpleNameCSImpl implements BooleanLiteralExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
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) |
Boolean |
getBooleanSymbol() |
String |
getSymbol() |
void |
setBooleanSymbol(Boolean newBooleanSymbol) |
void |
setSymbol(String newSymbol) |
String |
toString() |
getType, getValue, setType, setValuegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getValue, setType, setValuegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic String getSymbol()
getSymbol in interface PrimitiveLiteralExpCSPrimitiveLiteralExpCS.setSymbol(String),
CSTPackage.getPrimitiveLiteralExpCS_Symbol()public void setSymbol(String newSymbol)
setSymbol in interface PrimitiveLiteralExpCSnewSymbol - the new value of the 'Symbol' attribute.PrimitiveLiteralExpCS.getSymbol()public Boolean getBooleanSymbol()
getBooleanSymbol in interface BooleanLiteralExpCSBooleanLiteralExpCS.setBooleanSymbol(Boolean),
CSTPackage.getBooleanLiteralExpCS_BooleanSymbol()public void setBooleanSymbol(Boolean newBooleanSymbol)
setBooleanSymbol in interface BooleanLiteralExpCSnewBooleanSymbol - the new value of the 'Boolean Symbol' attribute.BooleanLiteralExpCS.getBooleanSymbol()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class SimpleNameCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class SimpleNameCSImplpublic void eUnset(int featureID)
eUnset in class SimpleNameCSImplpublic boolean eIsSet(int featureID)
eIsSet in class SimpleNameCSImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
public String toString()
toString in class SimpleNameCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.