Ruby  1.9.3p448(2013-06-27revision41675)
Data Fields
YYSTYPE Union Reference

#include <gram.h>

Data Fields

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

Detailed Description

Definition at line 287 of file ripper.y.

Field Documentation

ID YYSTYPE::id

Definition at line 291 of file ripper.y.

Referenced by yyparse().

char * YYSTYPE::name

Definition at line 136 of file gram.c.

Referenced by sycklex_bytecode_utf8(), and sycklex_yaml_utf8().

NODE * YYSTYPE::node

Definition at line 290 of file ripper.y.

Referenced by yyparse().

SyckNode * YYSTYPE::nodeData

Definition at line 135 of file gram.c.

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

SYMID YYSTYPE::nodeId

Definition at line 134 of file gram.c.

Referenced by yyparse().

int YYSTYPE::num

Definition at line 292 of file ripper.y.

Referenced by yyparse().

VALUE YYSTYPE::val

Definition at line 289 of file ripper.y.

Referenced by yylex(), and yyparse().

const struct vtable * YYSTYPE::vars

Definition at line 293 of file ripper.y.

Referenced by yyparse().


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