Class: MilkTea::IR::Name
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Name
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#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
#name ⇒ Object (readonly)
Returns the value of attribute name
53 54 55 |
# File 'lib/milk_tea/core/ir.rb', line 53 def name @name end |
#pointer ⇒ Object (readonly)
Returns the value of attribute pointer
53 54 55 |
# File 'lib/milk_tea/core/ir.rb', line 53 def pointer @pointer end |
#type ⇒ Object (readonly)
Returns the value of attribute type
53 54 55 |
# File 'lib/milk_tea/core/ir.rb', line 53 def type @type end |