Class: MilkTea::IR::AggregateLiteral

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



76
77
78
# File 'lib/milk_tea/core/ir.rb', line 76

def fields
  @fields
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



76
77
78
# File 'lib/milk_tea/core/ir.rb', line 76

def type
  @type
end