Rizin
unix-like reverse engineering framework and cli tools
|
#include <language.h>
Public Attributes | |
const TSParseAction * | actions |
uint32_t | action_count |
bool | is_reusable |
Definition at line 13 of file language.h.
uint32_t TableEntry::action_count |
Definition at line 15 of file language.h.
Referenced by parser__advance(), ts_language_table_entry(), ts_parser__advance(), and ts_parser__can_reuse_first_leaf().
const TSParseAction* TableEntry::actions |
Definition at line 14 of file language.h.
Referenced by parser__advance(), ts_language_table_entry(), and ts_parser__advance().
bool TableEntry::is_reusable |
Definition at line 16 of file language.h.
Referenced by parser__can_reuse(), ts_language_table_entry(), and ts_parser__can_reuse_first_leaf().