Ruby 3.5.0dev (2025-01-10 revision 5fab31b15e32622c4b71d1d347a41937e9f9c212)
Data Fields
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 469 of file ruby_parser.c.

Field Documentation

◆ ary

VALUE ruby_parser::ary

Definition at line 478 of file ruby_parser.c.

◆ file

VALUE ruby_parser::file

Definition at line 475 of file ruby_parser.c.

◆ lex_str

struct lex_pointer_string ruby_parser::lex_str

Definition at line 473 of file ruby_parser.c.

◆ parser_params

rb_parser_t* ruby_parser::parser_params

Definition at line 470 of file ruby_parser.c.

◆ type

enum lex_type ruby_parser::type

Definition at line 471 of file ruby_parser.c.


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