Class: MilkTea::IR::Index

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



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

def receiver
  @receiver
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end