Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
YYSTYPE Union Reference

#include <parse.h>

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.

Referenced by yyparse().

◆ id

ID YYSTYPE::id

Definition at line 187 of file parse.h.

Referenced by yyparse().

◆ node

NODE* YYSTYPE::node

Definition at line 186 of file parse.h.

Referenced by yyparse().

◆ num

int YYSTYPE::num

Definition at line 188 of file parse.h.

Referenced by yyparse().

◆ strterm

struct rb_strterm_struct* YYSTYPE::strterm

Definition at line 191 of file parse.h.

Referenced by yyparse().

◆ tbl

st_table* YYSTYPE::tbl

Definition at line 189 of file parse.h.

Referenced by yyparse().

◆ val

VALUE YYSTYPE::val

Definition at line 185 of file parse.h.

Referenced by yyparse().

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 190 of file parse.h.

Referenced by yyparse().


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