public interface Literal extends CharSequence
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Literal.Visitor<EX extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
<EX extends Exception> |
accept(Literal.Visitor<EX> visitor) |
boolean |
caseSensitive() |
int |
codePointAt(int index) |
charAt, chars, codePoints, length, subSequence, toStringint codePointAt(int index)
boolean caseSensitive()
<EX extends Exception> void accept(Literal.Visitor<EX> visitor) throws EX extends Exception
EX extends ExceptionCopyright © 2019. All rights reserved.