Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
YYSTYPE Union Reference

#include <gram.h>

Data Fields

SYMID nodeId
 
SyckNodenodeData
 
char * name
 
VALUE val
 
NODEnode
 
ID id
 
int num
 
const struct vtablevars
 

Detailed Description

Definition at line 133 of file gram.c.

Field Documentation

◆ id

ID YYSTYPE::id

Definition at line 171 of file parse.h.

Referenced by yyparse().

◆ name

char * YYSTYPE::name

Definition at line 136 of file gram.c.

Referenced by sycklex_bytecode_utf8(), and sycklex_yaml_utf8().

◆ node

NODE* YYSTYPE::node

Definition at line 170 of file parse.h.

Referenced by yyparse().

◆ nodeData

SyckNode * YYSTYPE::nodeData

Definition at line 135 of file gram.c.

Referenced by sycklex_bytecode_utf8(), sycklex_yaml_utf8(), and yyparse().

◆ nodeId

SYMID YYSTYPE::nodeId

Definition at line 134 of file gram.c.

Referenced by yyparse().

◆ num

int YYSTYPE::num

Definition at line 172 of file parse.h.

Referenced by yyparse().

◆ val

VALUE YYSTYPE::val

Definition at line 169 of file parse.h.

Referenced by yylex(), and yyparse().

◆ vars

const struct vtable* YYSTYPE::vars

Definition at line 173 of file parse.h.

Referenced by yyparse().


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