Class: Kumi::IR::Loop::Lower::Instance
- Inherits:
-
Struct
- Object
- Struct
- Kumi::IR::Loop::Lower::Instance
- Defined in:
- lib/kumi/ir/loop/lower.rb
Instance Attribute Summary collapse
-
#axis ⇒ Object
Returns the value of attribute axis.
-
#elem ⇒ Object
Returns the value of attribute elem.
-
#idx ⇒ Object
Returns the value of attribute idx.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Method Summary collapse
Instance Attribute Details
#axis ⇒ Object
Returns the value of attribute axis
58 59 60 |
# File 'lib/kumi/ir/loop/lower.rb', line 58 def axis @axis end |
#elem ⇒ Object
Returns the value of attribute elem
58 59 60 |
# File 'lib/kumi/ir/loop/lower.rb', line 58 def elem @elem end |
#idx ⇒ Object
Returns the value of attribute idx
58 59 60 |
# File 'lib/kumi/ir/loop/lower.rb', line 58 def idx @idx end |
#node ⇒ Object
Returns the value of attribute node
58 59 60 |
# File 'lib/kumi/ir/loop/lower.rb', line 58 def node @node end |
Instance Method Details
#body ⇒ Object
59 |
# File 'lib/kumi/ir/loop/lower.rb', line 59 def body = node.body |