Module lib_ruby_parser::containers [−][src]
Module with generic containers
Modules
list | Module with List container |
loc_ptr | Module with LocPtr container |
maybe_loc_ptr | Module with MaybeLocPtr container |
maybe_ptr | Module with MaybePtr container |
maybe_string_ptr | Module with MaybeStringPtr container |
ptr | Module with Ptr container |
shared_list | Module with SharedList container |
string_ptr | Module with StringPtr container |
Type Definitions
List | Rust-compatible list |
LocPtr | Rust-compatible not-null Loc pointer (technically not a pointer, but it mimics it) |
MaybeLocPtr | Rust-compatible nullable pointer |
MaybePtr | Rust-compatible nullable pointer |
MaybeStringPtr | Rust-compatible nullable string container |
Ptr | Rust-compatible not-null pointer |
SharedList | Rust-compatible shared list |
StringPtr | Rust-compatible not nullable String container |