public class UnlimitedNaturalLiteralExpCSImpl extends PrimitiveLiteralExpCSImpl implements UnlimitedNaturalLiteralExpCS
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) |
Long |
getExtendedIntegerSymbol() |
Integer |
getIntegerSymbol() |
Long |
getLongSymbol() |
void |
setIntegerSymbol(Integer newIntegerSymbol) |
void |
setLongSymbol(Long newLongSymbol) |
String |
toString() |
getSymbol, setSymbolgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSymbol, setSymbolgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic Integer getIntegerSymbol()
getIntegerSymbol in interface UnlimitedNaturalLiteralExpCSUnlimitedNaturalLiteralExpCS.setIntegerSymbol(Integer),
CSTPackage.getUnlimitedNaturalLiteralExpCS_IntegerSymbol()public void setIntegerSymbol(Integer newIntegerSymbol)
setIntegerSymbol in interface UnlimitedNaturalLiteralExpCSnewIntegerSymbol - the new value of the 'Integer Symbol' attribute.UnlimitedNaturalLiteralExpCS.getIntegerSymbol()public Long getExtendedIntegerSymbol()
public Long getLongSymbol()
getLongSymbol in interface UnlimitedNaturalLiteralExpCSUnlimitedNaturalLiteralExpCS.setLongSymbol(Long),
CSTPackage.getUnlimitedNaturalLiteralExpCS_LongSymbol()public void setLongSymbol(Long newLongSymbol)
setLongSymbol in interface UnlimitedNaturalLiteralExpCSnewLongSymbol - the new value of the 'Long Symbol' attribute.UnlimitedNaturalLiteralExpCS.getLongSymbol()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class PrimitiveLiteralExpCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class PrimitiveLiteralExpCSImplpublic void eUnset(int featureID)
eUnset in class PrimitiveLiteralExpCSImplpublic boolean eIsSet(int featureID)
eIsSet in class PrimitiveLiteralExpCSImplpublic String toString()
toString in class PrimitiveLiteralExpCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.