Class: MilkTea::IR::AddressOf
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::AddressOf
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ Object (readonly)
Returns the value of attribute expression
74 75 76 |
# File 'lib/milk_tea/core/ir.rb', line 74 def expression @expression end |
#type ⇒ Object (readonly)
Returns the value of attribute type
74 75 76 |
# File 'lib/milk_tea/core/ir.rb', line 74 def type @type end |