123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::ISeq::FileInfo

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/typeprof/iseq.rb

Instance Attribute Summary

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,
)