Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
RNode Struct Reference

#include <node.h>

Data Fields

VALUE flags
VALUE nd_reserved
union {
   struct RNode *   node
   ID   id
   VALUE   value
   VALUE(*   cfunc )(ANYARGS)
   ID *   tbl
u1
union {
   struct RNode *   node
   ID   id
   long   argc
   VALUE   value
u2
union {
   struct RNode *   node
   ID   id
   long   state
   struct rb_global_entry *   entry
   struct rb_args_info *   args
   long   cnt
   VALUE   value
u3

Detailed Description

Definition at line 239 of file node.h.


Field Documentation

Definition at line 252 of file node.h.

Referenced by inject_i(), and inject_op_i().

Definition at line 260 of file node.h.

Referenced by gc_mark_children().

Definition at line 246 of file node.h.

long RNode::cnt

Definition at line 259 of file node.h.

Definition at line 244 of file node.h.

Referenced by defined_expr(), inject_op_i(), and iseq_compile_each().

Definition at line 241 of file node.h.

struct RNode* RNode::node

Definition at line 243 of file node.h.

Referenced by gc_mark_children(), iseq_compile_each(), rb_parser_free(), and rb_parser_realloc().

Definition at line 258 of file node.h.

Referenced by drop_while_i().

Definition at line 247 of file node.h.

union { ... } RNode::u1
union { ... } RNode::u2
union { ... } RNode::u3

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