Class: MilkTea::IR::Global
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Global
- 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.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#linkage_name ⇒ Object (readonly)
Returns the value of attribute linkage_name
12 13 14 |
# File 'lib/milk_tea/core/ir.rb', line 12 def linkage_name @linkage_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/milk_tea/core/ir.rb', line 12 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
12 13 14 |
# File 'lib/milk_tea/core/ir.rb', line 12 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
12 13 14 |
# File 'lib/milk_tea/core/ir.rb', line 12 def value @value end |