Rizin
unix-like reverse engineering framework and cli tools
ErrorRepairSession Struct Reference

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
 

Detailed Description

Definition at line 43 of file parser.c.

Member Data Documentation

◆ best_repair

ReduceAction ErrorRepairSession::best_repair

Definition at line 49 of file parser.c.

Referenced by parser__repair_error(), and parser__repair_error_callback().

◆ best_repair_next_state

TSStateId ErrorRepairSession::best_repair_next_state

Definition at line 50 of file parser.c.

Referenced by parser__repair_error(), and parser__repair_error_callback().

◆ best_repair_skip_count

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().

◆ found_repair

bool ErrorRepairSession::found_repair

Definition at line 48 of file parser.c.

Referenced by parser__repair_error(), and parser__repair_error_callback().

◆ lookahead_symbol

TSSymbol ErrorRepairSession::lookahead_symbol

Definition at line 45 of file parser.c.

Referenced by parser__repair_error_callback().

◆ parser

Parser* ErrorRepairSession::parser

Definition at line 44 of file parser.c.

Referenced by parser__repair_error(), and parser__repair_error_callback().

◆ tree_count_above_error

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().

◆ trees_above_error

TreeArray* ErrorRepairSession::trees_above_error

Definition at line 46 of file parser.c.

Referenced by parser__repair_error_callback().


The documentation for this struct was generated from the following file: