Class: MilkTea::IR::AggregateLiteral
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::AggregateLiteral
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#fields ⇒ Object (readonly)
Returns the value of attribute fields
76 77 78 |
# File 'lib/milk_tea/core/ir.rb', line 76 def fields @fields end |
#type ⇒ Object (readonly)
Returns the value of attribute type
76 77 78 |
# File 'lib/milk_tea/core/ir.rb', line 76 def type @type end |