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