Class: MilkTea::IR::GotoStmt

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



43
44
45
# File 'lib/milk_tea/core/ir.rb', line 43

def label
  @label
end