Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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
 

Detailed Description

Definition at line 182 of file parse.h.

Field Documentation

◆ 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: