Ruby  2.0.0p648(2015-12-16revision53162)
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 159 of file parse.h.

Field Documentation

◆ id

ID YYSTYPE::id

Definition at line 166 of file parse.h.

Referenced by yyparse().

◆ node

NODE* YYSTYPE::node

Definition at line 165 of file parse.h.

Referenced by yyparse().

◆ num

int YYSTYPE::num

Definition at line 167 of file parse.h.

Referenced by yyparse().

◆ val

VALUE YYSTYPE::val

Definition at line 164 of file parse.h.

Referenced by yylex(), and yyparse().

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 168 of file parse.h.

Referenced by yyparse().


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