123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::Scratch::VarTable::Entry

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

Instance Attribute Summary

Instance Attribute Details

#absolute_paths (rw)

[ GitHub ]

  
# File 'lib/typeprof/analyzer.rb', line 850

Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths, :write_eps)

#rbs_declared (rw)

[ GitHub ]

  
# File 'lib/typeprof/analyzer.rb', line 850

Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths, :write_eps)

#read_continuations (rw)

[ GitHub ]

  
# File 'lib/typeprof/analyzer.rb', line 850

Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths, :write_eps)

#type (rw)

[ GitHub ]

  
# File 'lib/typeprof/analyzer.rb', line 850

Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths, :write_eps)

#write_eps (rw)

[ GitHub ]

  
# File 'lib/typeprof/analyzer.rb', line 850

Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths, :write_eps)