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
36 37 38 |
# File 'lib/milk_tea/core/ir.rb', line 36 def body @body end |
#value ⇒ Object (readonly)
Returns the value of attribute value
36 37 38 |
# File 'lib/milk_tea/core/ir.rb', line 36 def value @value end |