Class: Kumi::IR::Loop::Passes::ArrayContraction::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Kumi::IR::Loop::Passes::ArrayContraction::Occurrence
- Defined in:
- lib/kumi/ir/loop/passes/array_contraction.rb
Instance Attribute Summary collapse
-
#instr ⇒ Object
Returns the value of attribute instr.
-
#nests ⇒ Object
Returns the value of attribute nests.
-
#parent_body ⇒ Object
Returns the value of attribute parent_body.
Instance Attribute Details
#instr ⇒ Object
Returns the value of attribute instr
22 23 24 |
# File 'lib/kumi/ir/loop/passes/array_contraction.rb', line 22 def instr @instr end |
#nests ⇒ Object
Returns the value of attribute nests
22 23 24 |
# File 'lib/kumi/ir/loop/passes/array_contraction.rb', line 22 def nests @nests end |
#parent_body ⇒ Object
Returns the value of attribute parent_body
22 23 24 |
# File 'lib/kumi/ir/loop/passes/array_contraction.rb', line 22 def parent_body @parent_body end |