Ruby 3.5.0dev (2025-04-26 revision e4f85bfc311a3812de7bc2e9d068934e8b364574)
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: