Class: TypeProf::ISeq::FileInfo
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/typeprof/iseq.rb |
Instance Attribute Summary
- #caller_table rw
- #created_iseqs rw
- #definition_table rw
- #node_id2node rw
Instance Attribute Details
#caller_table (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 12
FileInfo = Struct.new( :node_id2node, :definition_table, :caller_table, :created_iseqs, )
#created_iseqs (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 12
FileInfo = Struct.new( :node_id2node, :definition_table, :caller_table, :created_iseqs, )
#definition_table (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 12
FileInfo = Struct.new( :node_id2node, :definition_table, :caller_table, :created_iseqs, )
#node_id2node (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 12
FileInfo = Struct.new( :node_id2node, :definition_table, :caller_table, :created_iseqs, )