Class: MilkTea::IR::Member

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

Instance Attribute Summary collapse

Instance Attribute Details

#memberObject (readonly)

Returns the value of attribute member

Returns:

  • (Object)

    the current value of member



54
55
56
# File 'lib/milk_tea/core/ir.rb', line 54

def member
  @member
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



54
55
56
# File 'lib/milk_tea/core/ir.rb', line 54

def receiver
  @receiver
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



54
55
56
# File 'lib/milk_tea/core/ir.rb', line 54

def type
  @type
end