Class: TypeProf::ISeq::Insn
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, lib/typeprof/iseq.rb |
Instance Attribute Summary
- #code_range rw
- #definitions rw
- #insn rw
- #lineno rw
- #operands rw
Instance Method Summary
Instance Attribute Details
#code_range (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 96
Insn = Struct.new(:insn, :operands, :lineno, :code_range, :definitions)
#definitions (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 96
Insn = Struct.new(:insn, :operands, :lineno, :code_range, :definitions)
#insn (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 96
Insn = Struct.new(:insn, :operands, :lineno, :code_range, :definitions)
#lineno (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 96
Insn = Struct.new(:insn, :operands, :lineno, :code_range, :definitions)
#operands (rw)
[ GitHub ]# File 'lib/typeprof/iseq.rb', line 96
Insn = Struct.new(:insn, :operands, :lineno, :code_range, :definitions)