![]() |
Qt 6.x
The Qt SDK
|
#include <grammar_p.h>
Public Types | |
enum | VariousConstants { EOF_SYMBOL = 0 , COLON = 16 , DECL = 19 , DECL_FILE = 3 , ERROR = 21 , EXPECT = 4 , EXPECT_RR = 5 , ID = 1 , IMPL = 20 , IMPL_FILE = 6 , LEFT = 7 , MERGED_OUTPUT = 8 , NONASSOC = 9 , OR = 17 , PARSER = 10 , PREC = 11 , RIGHT = 12 , SEMICOLON = 18 , START = 13 , STRING_LITERAL = 2 , TOKEN = 14 , TOKEN_PREFIX = 15 , ACCEPT_STATE = 68 , RULE_COUNT = 45 , STATE_COUNT = 69 , TERMINAL_COUNT = 22 , NON_TERMINAL_COUNT = 24 , GOTO_INDEX_OFFSET = 69 , GOTO_INFO_OFFSET = 57 , GOTO_CHECK_OFFSET = 57 } |
Static Public Member Functions | |
static int | nt_action (int state, int nt) |
static int | t_action (int state, int token) |
Static Public Attributes | |
static const char *const | spell [] |
static const short | lhs [] |
static const short | rhs [] |
static const short | goto_default [] |
static const short | action_default [] |
static const short | action_index [] |
static const short | action_info [] |
static const short | action_check [] |
Definition at line 23 of file grammar_p.h.
Definition at line 26 of file grammar_p.h.
|
inlinestatic |
Definition at line 70 of file grammar_p.h.
References action_check, action_index, action_info, GOTO_CHECK_OFFSET, goto_default, GOTO_INDEX_OFFSET, GOTO_INFO_OFFSET, and state.
Referenced by Recognizer::parse().
|
inlinestatic |
Definition at line 79 of file grammar_p.h.
References action_check, action_default, action_index, action_info, state, and token.
Referenced by Recognizer::parse().
|
static |
Definition at line 68 of file grammar_p.h.
Referenced by nt_action(), and t_action().
|
static |
Definition at line 65 of file grammar_p.h.
Referenced by t_action().
|
static |
Definition at line 66 of file grammar_p.h.
Referenced by nt_action(), Recognizer::parse(), and t_action().
|
static |
Definition at line 67 of file grammar_p.h.
Referenced by nt_action(), and t_action().
|
static |
Definition at line 64 of file grammar_p.h.
Referenced by nt_action().
|
static |
Definition at line 62 of file grammar_p.h.
Referenced by Recognizer::parse().
|
static |
Definition at line 63 of file grammar_p.h.
Referenced by Recognizer::parse().
|
static |
Definition at line 61 of file grammar_p.h.