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