Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
Parser * | parser |
TSSymbol | lookahead_symbol |
TreeArray * | trees_above_error |
uint32_t | tree_count_above_error |
bool | found_repair |
ReduceAction | best_repair |
TSStateId | best_repair_next_state |
uint32_t | best_repair_skip_count |
ReduceAction ErrorRepairSession::best_repair |
Definition at line 49 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
TSStateId ErrorRepairSession::best_repair_next_state |
Definition at line 50 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
uint32_t ErrorRepairSession::best_repair_skip_count |
Definition at line 51 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
bool ErrorRepairSession::found_repair |
Definition at line 48 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
TSSymbol ErrorRepairSession::lookahead_symbol |
Definition at line 45 of file parser.c.
Referenced by parser__repair_error_callback().
Parser* ErrorRepairSession::parser |
Definition at line 44 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
uint32_t ErrorRepairSession::tree_count_above_error |
Definition at line 47 of file parser.c.
Referenced by parser__repair_error(), and parser__repair_error_callback().
TreeArray* ErrorRepairSession::trees_above_error |
Definition at line 46 of file parser.c.
Referenced by parser__repair_error_callback().