Ruby 4.1.0dev (2026-05-15 revision 9b747f5ef98669d571df1b73d5318bc09e4e13fd)
Data Fields
rb_parser_ast_token Struct Reference

Data Fields

int id
 
const char * type_name
 
rb_parser_string_tstr
 
rb_code_location_t loc
 

Detailed Description

Definition at line 214 of file rubyparser.h.

Field Documentation

◆ id

int rb_parser_ast_token::id

Definition at line 215 of file rubyparser.h.

◆ loc

rb_code_location_t rb_parser_ast_token::loc

Definition at line 218 of file rubyparser.h.

◆ str

rb_parser_string_t* rb_parser_ast_token::str

Definition at line 217 of file rubyparser.h.

◆ type_name

const char* rb_parser_ast_token::type_name

Definition at line 216 of file rubyparser.h.


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