Class: MilkTea::IR::NullableIndex

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



58
59
60
# File 'lib/milk_tea/core/ir.rb', line 58

def index
  @index
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



58
59
60
# File 'lib/milk_tea/core/ir.rb', line 58

def receiver
  @receiver
end

#receiver_typeObject (readonly)

Returns the value of attribute receiver_type

Returns:

  • (Object)

    the current value of receiver_type



58
59
60
# File 'lib/milk_tea/core/ir.rb', line 58

def receiver_type
  @receiver_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



58
59
60
# File 'lib/milk_tea/core/ir.rb', line 58

def type
  @type
end