Rizin
unix-like reverse engineering framework and cli tools
|
uint16_t QueryStep::alternative_index |
Definition at line 91 of file query.c.
Referenced by ts_query__analyze_patterns(), ts_query__parse_pattern(), and ts_query_cursor__advance().
bool QueryStep::alternative_is_immediate |
Definition at line 98 of file query.c.
Referenced by ts_query__parse_pattern(), and ts_query_cursor__advance().
uint16_t QueryStep::capture_ids[MAX_STEP_CAPTURE_COUNT] |
Definition at line 89 of file query.c.
Referenced by ts_query__analyze_patterns(), and ts_query_cursor__advance().
uint16_t QueryStep::depth |
Definition at line 90 of file query.c.
Referenced by ts_query__analyze_patterns(), ts_query__step_is_fallible(), ts_query_cursor__advance(), and ts_query_new().
bool QueryStep::is_dead_end |
Definition at line 97 of file query.c.
Referenced by ts_query__analyze_patterns(), ts_query__parse_pattern(), and ts_query_cursor__advance().
bool QueryStep::is_pass_through |
Definition at line 96 of file query.c.
Referenced by ts_query__analyze_patterns(), ts_query__parse_pattern(), and ts_query_cursor__advance().
bool QueryStep::parent_pattern_guaranteed |
Definition at line 101 of file query.c.
Referenced by ts_query__analyze_patterns(), and ts_query__step_is_fallible().
bool QueryStep::root_pattern_guaranteed |
Definition at line 100 of file query.c.
Referenced by ts_query__analyze_patterns(), and ts_query_cursor__advance().
TSSymbol QueryStep::symbol |
Definition at line 86 of file query.c.
Referenced by query_step__new(), and ts_query_new().