Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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 177 of file parse.h.

Field Documentation

◆ id

ID YYSTYPE::id

Definition at line 182 of file parse.h.

◆ node

NODE* YYSTYPE::node

Definition at line 181 of file parse.h.

◆ num

int YYSTYPE::num

Definition at line 183 of file parse.h.

◆ strterm

struct rb_strterm_struct* YYSTYPE::strterm

Definition at line 186 of file parse.h.

◆ tbl

st_table* YYSTYPE::tbl

Definition at line 184 of file parse.h.

◆ val

VALUE YYSTYPE::val

Definition at line 180 of file parse.h.

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 185 of file parse.h.


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