Class: TypeProf::AllocationSite
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
|
|
Inherits: | Object |
Defined in: | lib/typeprof/container-type.rb |
Class Method Summary
- .new(val, parent = nil) ⇒ AllocationSite constructor
Instance Attribute Summary
Instance Method Summary
Constructor Details
.new(val, parent = nil) ⇒ AllocationSite
Instance Attribute Details
#parent (readonly)
[ GitHub ]# File 'lib/typeprof/container-type.rb', line 11
attr_reader :val, :parent
#val (readonly)
[ GitHub ]# File 'lib/typeprof/container-type.rb', line 11
attr_reader :val, :parent