Class: MilkTea::IR::Conditional
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Conditional
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#else_expression ⇒ Object
readonly
Returns the value of attribute else_expression.
-
#then_expression ⇒ Object
readonly
Returns the value of attribute then_expression.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
63 64 65 |
# File 'lib/milk_tea/core/ir.rb', line 63 def condition @condition end |
#else_expression ⇒ Object (readonly)
Returns the value of attribute else_expression
63 64 65 |
# File 'lib/milk_tea/core/ir.rb', line 63 def else_expression @else_expression end |
#then_expression ⇒ Object (readonly)
Returns the value of attribute then_expression
63 64 65 |
# File 'lib/milk_tea/core/ir.rb', line 63 def then_expression @then_expression end |
#type ⇒ Object (readonly)
Returns the value of attribute type
63 64 65 |
# File 'lib/milk_tea/core/ir.rb', line 63 def type @type end |