Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
TokenCache Struct Reference

Public Attributes

Subtree token
 
Subtree last_external_token
 
uint32_t byte_index
 

Detailed Description

Definition at line 80 of file parser.c.

Member Data Documentation

◆ byte_index

uint32_t TokenCache::byte_index

Definition at line 83 of file parser.c.

Referenced by ts_parser__get_cached_token(), and ts_parser__set_cached_token().

◆ last_external_token

Subtree TokenCache::last_external_token

Definition at line 82 of file parser.c.

Referenced by ts_parser__get_cached_token(), and ts_parser__set_cached_token().

◆ token

Subtree TokenCache::token

Definition at line 81 of file parser.c.

Referenced by ts_parser__get_cached_token(), and ts_parser__set_cached_token().


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