Class: MilkTea::IR::ArrayLiteral

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

Instance Attribute Summary collapse

Instance Attribute Details

#elementsObject (readonly)

Returns the value of attribute elements

Returns:

  • (Object)

    the current value of elements



78
79
80
# File 'lib/milk_tea/core/ir.rb', line 78

def elements
  @elements
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



78
79
80
# File 'lib/milk_tea/core/ir.rb', line 78

def type
  @type
end