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