public interface Literal extends Expression
[JLS3:15.8.1] Lexical Literals
Modifier and Type | Method and Description |
---|---|
LiteralKind |
getLiteralKind()
Returns the literal kind.
|
String |
getToken()
Returns the literal token.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
String getToken()
Integer.MIN_VALUE
and Long.MIN_VALUE
.
In those exceptional cases, tokens start with a -
character.LiteralKind getLiteralKind()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.