Java.ArrayInitializerOrRvalue
, Java.ElementValue
, Java.Locatable
Java.BooleanLiteral
, Java.CharacterLiteral
, Java.FloatingPointLiteral
, Java.IntegerLiteral
, Java.NullLiteral
, Java.StringLiteral
public abstract static class Java.Literal extends Java.Rvalue
Modifier and Type | Field | Description |
---|---|---|
String |
value |
The text of the literal token, as in the source code.
|
NOWHERE
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
accept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileException
accept
getLocation, throwCompileException
getLocation, throwCompileException
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
public final String value
Copyright © 2001–2019. All rights reserved.