public interface ParserBasicInformation
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPT_ACTION |
static int |
EOFT_SYMBOL |
static int |
EOLT_SYMBOL |
static int |
ERROR_ACTION |
static int |
ERROR_SYMBOL |
static int |
LA_STATE_OFFSET |
static int |
MAX_LA |
static int |
MAX_NAME_LENGTH |
static int |
NT_OFFSET |
static int |
NUM_NON_TERMINALS |
static int |
NUM_RULES |
static int |
NUM_STATES |
static int |
NUM_SYMBOLS |
static int |
NUM_TERMINALS |
static int |
SCOPE_SIZE |
static int |
SCOPE_UBOUND |
static int |
START_STATE |
static final int ERROR_SYMBOL
static final int MAX_NAME_LENGTH
static final int NUM_STATES
static final int NT_OFFSET
static final int SCOPE_UBOUND
static final int SCOPE_SIZE
static final int LA_STATE_OFFSET
static final int MAX_LA
static final int NUM_RULES
static final int NUM_TERMINALS
static final int NUM_NON_TERMINALS
static final int NUM_SYMBOLS
static final int START_STATE
static final int EOFT_SYMBOL
static final int EOLT_SYMBOL
static final int ACCEPT_ACTION
static final int ERROR_ACTION