Class: TypeProf::Scratch::VarTable::Entry
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/typeprof/analyzer.rb |
Instance Attribute Summary
- #absolute_paths rw
- #rbs_declared rw
- #read_continuations rw
- #type rw
- #write_eps rw
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)