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
Instance Attribute Details
#absolute_paths (rw)
[ GitHub ]# File 'lib/typeprof/analyzer.rb', line 746
Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths)
#rbs_declared (rw)
[ GitHub ]# File 'lib/typeprof/analyzer.rb', line 746
Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths)
#read_continuations (rw)
[ GitHub ]# File 'lib/typeprof/analyzer.rb', line 746
Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths)
#type (rw)
[ GitHub ]# File 'lib/typeprof/analyzer.rb', line 746
Entry = Struct.new(:rbs_declared, :read_continuations, :type, :absolute_paths)