Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
ruby_parser Struct Reference

Data Fields

rb_parser_tparser_params
enum lex_type type
union { 
   struct lex_pointer_string   lex_str 
   struct { 
      VALUE   file 
   }   lex_io
   struct { 
      VALUE   ary 
   }   lex_array
data

Detailed Description

Definition at line 471 of file ruby_parser.c.

Field Documentation

◆ ary

VALUE ruby_parser::ary

Definition at line 480 of file ruby_parser.c.

◆ file

VALUE ruby_parser::file

Definition at line 477 of file ruby_parser.c.

◆ lex_str

struct lex_pointer_string ruby_parser::lex_str

Definition at line 475 of file ruby_parser.c.

◆ parser_params

rb_parser_t* ruby_parser::parser_params

Definition at line 472 of file ruby_parser.c.

◆ type

enum lex_type ruby_parser::type

Definition at line 473 of file ruby_parser.c.


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