public abstract class Java extends Object
| Modifier and Type | Field and Description |
|---|---|
static @NonNull String[] |
KEYWORDS
An array of all keywords of the Java language (JLS 8)
NB: This includes the reserved literals
false, true
and null, which are not technically keywords. |
static Set<String> |
keywordSet
A set of all keywords of the Java language (JLS 8)
NB: This includes the reserved literals
false, true
and null, which are not technically keywords. |
| Constructor and Description |
|---|
Java() |
public static final @NonNull String[] KEYWORDS
false, true
and null, which are not technically keywords.