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