public interface CharacterLiteral extends Expression
The following features are supported:
JavaPackage.getCharacterLiteral()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEscapedValue()
Returns the value of the 'Escaped Value' attribute.
|
void |
setEscapedValue(java.lang.String value)
Sets the value of the '
Escaped Value' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getEscapedValue()
If the meaning of the 'Escaped Value' attribute isn't clear, there really should be more of a description here...
setEscapedValue(String),
JavaPackage.getCharacterLiteral_EscapedValue()void setEscapedValue(java.lang.String value)
Escaped Value' attribute.
value - the new value of the 'Escaped Value' attribute.getEscapedValue()