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