Class: MilkTea::IR::AddressOf

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject (readonly)

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



74
75
76
# File 'lib/milk_tea/core/ir.rb', line 74

def expression
  @expression
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



74
75
76
# File 'lib/milk_tea/core/ir.rb', line 74

def type
  @type
end