public abstract static class Java.Literal extends Java.Rvalue
Modifier and Type | Field and Description |
---|---|
java.lang.String |
value
The text of the literal token, as in the source code.
|
CONSTANT_VALUE_UNKNOWN, constantValue
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
getLocation, throwCompileException
accept
public final java.lang.String value
public Literal(Location location, java.lang.String value)
value
- The text of the literal token, as in the source code