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