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