Ruby 3.5.0dev (2025-04-03 revision 29dafa5fc21343803127dda7d608f1f1f7908e7b)
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 453 of file ruby_parser.c.

Field Documentation

◆ ary

VALUE ruby_parser::ary

Definition at line 462 of file ruby_parser.c.

◆ file

VALUE ruby_parser::file

Definition at line 459 of file ruby_parser.c.

◆ lex_str

struct lex_pointer_string ruby_parser::lex_str

Definition at line 457 of file ruby_parser.c.

◆ parser_params

rb_parser_t* ruby_parser::parser_params

Definition at line 454 of file ruby_parser.c.

◆ type

enum lex_type ruby_parser::type

Definition at line 455 of file ruby_parser.c.


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