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