public static class Lexer.State
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Lexer.State |
EXCEPTION |
static Lexer.State |
INIT |
static Lexer.State |
NORMAL |
Modifier and Type | Method and Description |
---|---|
int |
id() |
public static final Lexer.State INIT
public static final Lexer.State NORMAL
public static final Lexer.State EXCEPTION