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
55 56 57 |
# File 'lib/kumi/ir/loop/lower.rb', line 55 def axis @axis end |
#elem ⇒ Object
Returns the value of attribute elem
55 56 57 |
# File 'lib/kumi/ir/loop/lower.rb', line 55 def elem @elem end |
#idx ⇒ Object
Returns the value of attribute idx
55 56 57 |
# File 'lib/kumi/ir/loop/lower.rb', line 55 def idx @idx end |
#node ⇒ Object
Returns the value of attribute node
55 56 57 |
# File 'lib/kumi/ir/loop/lower.rb', line 55 def node @node end |
Instance Method Details
#body ⇒ Object
56 |
# File 'lib/kumi/ir/loop/lower.rb', line 56 def body = node.body |