public static class Lexer.State
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Lexer.State |
ACTION |
static Lexer.State |
ATOMIC |
static Lexer.State |
CTL |
Modifier and Type | Method and Description |
---|---|
int |
id() |
public static final Lexer.State CTL
public static final Lexer.State ATOMIC
public static final Lexer.State ACTION