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
78 79 80 |
# File 'lib/milk_tea/core/ir.rb', line 78 def elements @elements end |
#type ⇒ Object (readonly)
Returns the value of attribute type
78 79 80 |
# File 'lib/milk_tea/core/ir.rb', line 78 def type @type end |