Class: MilkTea::IR::ForStmt
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::ForStmt
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#init ⇒ Object
readonly
Returns the value of attribute init.
-
#post ⇒ Object
readonly
Returns the value of attribute post.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
40 41 42 |
# File 'lib/milk_tea/core/ir.rb', line 40 def body @body end |
#condition ⇒ Object (readonly)
Returns the value of attribute condition
40 41 42 |
# File 'lib/milk_tea/core/ir.rb', line 40 def condition @condition end |
#init ⇒ Object (readonly)
Returns the value of attribute init
40 41 42 |
# File 'lib/milk_tea/core/ir.rb', line 40 def init @init end |
#post ⇒ Object (readonly)
Returns the value of attribute post
40 41 42 |
# File 'lib/milk_tea/core/ir.rb', line 40 def post @post end |