Class: YTLJit::RubyType::RubyTypeBoxed
- Includes:
- VM::TypeCodeGen::DefaultTypeCodeGen
- Defined in:
- lib/ytljit/vm_type.rb
Instance Attribute Summary
Attributes inherited from BaseType
Instance Method Summary collapse
Methods included from VM::TypeCodeGen::DefaultTypeCodeGen
#gen_boxing, #gen_copy, #gen_unboxing, #have_element?, #init_type, #inspect, #instance
Methods inherited from BaseType
from_object, from_ruby_class, #initialize, related_ruby_class, type_tab
Constructor Details
This class inherits a constructor from YTLJit::RubyType::BaseType
Instance Method Details
#boxed ⇒ Object
259 260 261 |
# File 'lib/ytljit/vm_type.rb', line 259 def boxed true end |
#to_box ⇒ Object
267 268 269 |
# File 'lib/ytljit/vm_type.rb', line 267 def to_box self end |
#to_unbox ⇒ Object
263 264 265 |
# File 'lib/ytljit/vm_type.rb', line 263 def to_unbox @@unboxed_type_tab[@ruby_type].instance end |