public class StringLiteralExpCSImpl extends PrimitiveLiteralExpCSImpl implements StringLiteralExpCS
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) |
String |
getStringSymbol() |
String |
getUnescapedStringSymbol() |
void |
setStringSymbol(String newStringSymbol) |
void |
setUnescapedStringSymbol(String newUnescapedStringSymbol) |
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 String getStringSymbol()
getStringSymbol in interface StringLiteralExpCSStringLiteralExpCS.setStringSymbol(String),
CSTPackage.getStringLiteralExpCS_StringSymbol()public void setStringSymbol(String newStringSymbol)
setStringSymbol in interface StringLiteralExpCSnewStringSymbol - the new value of the 'String Symbol' attribute.StringLiteralExpCS.getStringSymbol()public String getUnescapedStringSymbol()
getUnescapedStringSymbol in interface StringLiteralExpCSStringLiteralExpCS.setUnescapedStringSymbol(String),
CSTPackage.getStringLiteralExpCS_UnescapedStringSymbol()public void setUnescapedStringSymbol(String newUnescapedStringSymbol)
setUnescapedStringSymbol in interface StringLiteralExpCSnewUnescapedStringSymbol - the new value of the 'Unescaped String Symbol' attribute.StringLiteralExpCS.getUnescapedStringSymbol()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.