public interface StringLiteralExpCS extends PrimitiveLiteralExpCS
The following features are supported:
CSTPackage.getStringLiteralExpCS()| Modifier and Type | Method and Description |
|---|---|
String |
getStringSymbol()
Returns the value of the 'String Symbol' attribute.
|
String |
getUnescapedStringSymbol()
Returns the value of the 'Unescaped String Symbol' attribute.
|
void |
setStringSymbol(String value)
Sets the value of the '
String Symbol' attribute. |
void |
setUnescapedStringSymbol(String value)
Sets the value of the '
Unescaped String Symbol' attribute. |
getSymbol, setSymbolgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenString getStringSymbol()
If the meaning of the 'String Symbol' attribute isn't clear, there really should be more of a description here...
setStringSymbol(String),
CSTPackage.getStringLiteralExpCS_StringSymbol()void setStringSymbol(String value)
String Symbol' attribute.
value - the new value of the 'String Symbol' attribute.getStringSymbol()String getUnescapedStringSymbol()
If the meaning of the 'Unescaped String Symbol' attribute isn't clear, there really should be more of a description here...
setUnescapedStringSymbol(String),
CSTPackage.getStringLiteralExpCS_UnescapedStringSymbol()void setUnescapedStringSymbol(String value)
Unescaped String Symbol' attribute.
value - the new value of the 'Unescaped String Symbol' attribute.getUnescapedStringSymbol()Copyright © 2015 Open eHealth Foundation. All rights reserved.