Class: MilkTea::IR::IfStmt
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::IfStmt
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#else_body ⇒ Object
readonly
Returns the value of attribute else_body.
-
#then_body ⇒ Object
readonly
Returns the value of attribute then_body.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
33 34 35 |
# File 'lib/milk_tea/core/ir.rb', line 33 def condition @condition end |
#else_body ⇒ Object (readonly)
Returns the value of attribute else_body
33 34 35 |
# File 'lib/milk_tea/core/ir.rb', line 33 def else_body @else_body end |
#then_body ⇒ Object (readonly)
Returns the value of attribute then_body
33 34 35 |
# File 'lib/milk_tea/core/ir.rb', line 33 def then_body @then_body end |