Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
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 191 of file parse.h.

Field Documentation

◆ ctxt

struct lex_context YYSTYPE::ctxt

Definition at line 201 of file parse.h.

◆ id

ID YYSTYPE::id

Definition at line 196 of file parse.h.

◆ node

NODE* YYSTYPE::node

Definition at line 195 of file parse.h.

◆ num

int YYSTYPE::num

Definition at line 197 of file parse.h.

◆ strterm

struct rb_strterm_struct* YYSTYPE::strterm

Definition at line 200 of file parse.h.

◆ tbl

st_table* YYSTYPE::tbl

Definition at line 198 of file parse.h.

◆ val

VALUE YYSTYPE::val

Definition at line 194 of file parse.h.

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 199 of file parse.h.


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