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