Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
YYSTYPE Union Reference

Data Fields

VALUE val
 
NODEnode
 
ID id
 
int num
 
st_tabletbl
 
const struct vtablevars
 
struct rb_strterm_structstrterm
 
struct lex_context ctxt
 

Detailed Description

Definition at line 182 of file parse.h.

Field Documentation

◆ ctxt

struct lex_context YYSTYPE::ctxt

Definition at line 192 of file parse.h.

◆ id

ID YYSTYPE::id

Definition at line 187 of file parse.h.

◆ node

NODE* YYSTYPE::node

Definition at line 186 of file parse.h.

◆ num

int YYSTYPE::num

Definition at line 188 of file parse.h.

◆ strterm

struct rb_strterm_struct* YYSTYPE::strterm

Definition at line 191 of file parse.h.

◆ tbl

st_table* YYSTYPE::tbl

Definition at line 189 of file parse.h.

◆ val

VALUE YYSTYPE::val

Definition at line 185 of file parse.h.

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 190 of file parse.h.


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