public abstract static class Java.Literal extends Java.Rvalue
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
JUMP_IF_FALSE, JUMP_IF_TRUENOWHERE| Constructor and Description |
|---|
Literal(Location location,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalueaccept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptpublic Literal(Location location, java.lang.String value)
value - The text of the literal token, as in the source code.