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