|
Ruby
2.1.3p242(2014-09-19revision47630)
|
Data Fields | |
| ID * | tbl |
| int | pos |
| int | capa |
| struct vtable * | prev |
| int vtable::capa |
Definition at line 184 of file ripper.c.
Referenced by parser_memsize(), vtable_add(), and vtable_alloc().
| int vtable::pos |
Definition at line 183 of file ripper.c.
Referenced by vtable_add(), vtable_alloc(), vtable_included(), vtable_size(), and warn_unused_var().
| struct vtable * vtable::prev |
Definition at line 185 of file ripper.c.
Referenced by dvar_defined_gen(), local_id_gen(), and vtable_alloc().
| ID * vtable::tbl |
Definition at line 182 of file ripper.c.
Referenced by dvar_defined_gen(), local_id_gen(), vtable_add(), vtable_alloc(), vtable_free(), vtable_included(), and warn_unused_var().
1.8.8