|
Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
|
Data Fields | |
| NODE * | node |
| rb_node_fcall_t * | node_fcall |
| rb_node_args_t * | node_args |
| rb_node_args_aux_t * | node_args_aux |
| rb_node_opt_arg_t * | node_opt_arg |
| rb_node_kw_arg_t * | node_kw_arg |
| rb_node_block_pass_t * | node_block_pass |
| rb_node_masgn_t * | node_masgn |
| rb_node_def_temp_t * | node_def_temp |
| rb_node_exits_t * | node_exits |
| ID | id |
| int | num |
| st_table * | tbl |
| st_table * | labels |
| const struct vtable * | vars |
| struct rb_strterm_struct * | strterm |
| struct lex_context | ctxt |
| enum lex_state_e | state |
| struct lex_context YYSTYPE::ctxt |
| rb_node_args_t* YYSTYPE::node_args |
| rb_node_args_aux_t* YYSTYPE::node_args_aux |
| rb_node_block_pass_t* YYSTYPE::node_block_pass |
| rb_node_def_temp_t* YYSTYPE::node_def_temp |
| rb_node_exits_t* YYSTYPE::node_exits |
| rb_node_fcall_t* YYSTYPE::node_fcall |
| rb_node_kw_arg_t* YYSTYPE::node_kw_arg |
| rb_node_masgn_t* YYSTYPE::node_masgn |
| rb_node_opt_arg_t* YYSTYPE::node_opt_arg |
| struct rb_strterm_struct* YYSTYPE::strterm |