public interface StringLiteralExp<C> extends PrimitiveLiteralExp<C>
The following features are supported:
ExpressionsPackage.getStringLiteralExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkStringType(DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'String'
|
String |
getStringSymbol()
Returns the value of the 'String Symbol' attribute.
|
void |
setStringSymbol(String value)
Sets the value of the '
String Symbol' attribute. |
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionString getStringSymbol()
If the meaning of the 'String Symbol' attribute isn't clear, there really should be more of a description here...
setStringSymbol(String),
ExpressionsPackage.getStringLiteralExp_StringSymbol()void setStringSymbol(String value)
String Symbol' attribute.
value - the new value of the 'String Symbol' attribute.getStringSymbol()Copyright © 2015 Open eHealth Foundation. All rights reserved.