Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
YYSTYPE Union Reference

#include <parse.h>

Data Fields

VALUE val
 
NODEnode
 
ID id
 
int num
 
const struct vtablevars
 

Detailed Description

Definition at line 284 of file parse.h.

Field Documentation

◆ id

ID YYSTYPE::id

Definition at line 288 of file parse.h.

◆ node

NODE* YYSTYPE::node

Definition at line 287 of file parse.h.

Referenced by yyparse().

◆ num

int YYSTYPE::num

Definition at line 289 of file parse.h.

◆ val

VALUE YYSTYPE::val

Definition at line 286 of file parse.h.

Referenced by yyparse().

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 290 of file parse.h.


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