Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
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: