Rizin
unix-like reverse engineering framework and cli tools
|
#include <tree_cursor.h>
Public Attributes | |
const Subtree * | subtree |
Length | position |
uint32_t | child_index |
uint32_t | structural_child_index |
Definition at line 6 of file tree_cursor.h.
uint32_t TreeCursorEntry::child_index |
Definition at line 9 of file tree_cursor.h.
Length TreeCursorEntry::position |
Definition at line 8 of file tree_cursor.h.
Referenced by ts_tree_cursor_current_node(), and ts_tree_cursor_iterate_children().
uint32_t TreeCursorEntry::structural_child_index |
Definition at line 10 of file tree_cursor.h.
Referenced by ts_tree_cursor_current_node().
Definition at line 7 of file tree_cursor.h.
Referenced by ts_tree_cursor_child_iterator_next(), ts_tree_cursor_current_field_id(), ts_tree_cursor_current_node(), ts_tree_cursor_current_status(), ts_tree_cursor_goto_parent(), ts_tree_cursor_iterate_children(), and ts_tree_cursor_parent_node().