Class: MilkTea::IR::CheckedSpanIndex

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



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

def index
  @index
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



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

def receiver
  @receiver
end

#receiver_typeObject (readonly)

Returns the value of attribute receiver_type

Returns:

  • (Object)

    the current value of receiver_type



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

def receiver_type
  @receiver_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end