public static class Lexer.State
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Lexer.State |
COMMENT |
static Lexer.State |
DEFINITION_FILE |
static Lexer.State |
DEFINITIONS |
static Lexer.State |
DEFINITIONS_RHS |
static Lexer.State |
MULTILINE_STRING_STATE |
static Lexer.State |
NO_DEFINITIONS |
static Lexer.State |
NORMAL |
Modifier and Type | Method and Description |
---|---|
int |
id() |
public static final Lexer.State NORMAL
public static final Lexer.State DEFINITIONS
public static final Lexer.State DEFINITIONS_RHS
public static final Lexer.State DEFINITION_FILE
public static final Lexer.State NO_DEFINITIONS
public static final Lexer.State COMMENT
public static final Lexer.State MULTILINE_STRING_STATE