|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
| union { | |
| struct { | |
| VALUE flags | |
| struct RVALUE * next | |
| } free | |
| struct RBasic basic | |
| struct RObject object | |
| struct RClass klass | |
| struct RFloat flonum | |
| struct RString string | |
| struct RArray array | |
| struct RRegexp regexp | |
| struct RHash hash | |
| struct RData data | |
| struct RTypedData typeddata | |
| struct RStruct rstruct | |
| struct RBignum bignum | |
| struct RFile file | |
| struct RNode node | |
| struct RMatch match | |
| struct RRational rational | |
| struct RComplex complex | |
| union { | |
| rb_cref_t cref | |
| struct vm_svar svar | |
| struct vm_throw_data throw_data | |
| struct vm_ifunc ifunc | |
| struct MEMO memo | |
| struct rb_method_entry_struct ment | |
| const rb_iseq_t iseq | |
| rb_env_t env | |
| struct rb_imemo_alloc_struct alloc | |
| } imemo | |
| struct { | |
| struct RBasic basic | |
| VALUE v1 | |
| VALUE v2 | |
| VALUE v3 | |
| } values | |
| } | as |
| struct rb_imemo_alloc_struct RVALUE::alloc |
| union { ... } RVALUE::as |
| struct { ... } RVALUE::free |
| union { ... } RVALUE::imemo |
| struct rb_method_entry_struct RVALUE::ment |
| struct vm_throw_data RVALUE::throw_data |
| struct RTypedData RVALUE::typeddata |
| struct { ... } RVALUE::values |
1.8.13