public abstract static class Java.Literal extends Java.Rvalue
| Modifier and Type | Field and Description |
|---|---|
String |
value
The text of the literal token, as in the source code.
|
NOWHERE| Constructor and Description |
|---|
Literal(Location location,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
accept, accept, accept, getEnclosingScope, getEnclosingScopeOrNull, setEnclosingScope, toRvaluetoLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final String value