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, 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 String value
Copyright © 2001–2016. All rights reserved.