Class: MilkTea::AST::ExpressionList
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::ExpressionList
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#elements ⇒ Object
readonly
Returns the value of attribute elements.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
228 229 230 |
# File 'lib/milk_tea/core/ast.rb', line 228 def column @column end |
#elements ⇒ Object (readonly)
Returns the value of attribute elements
228 229 230 |
# File 'lib/milk_tea/core/ast.rb', line 228 def elements @elements end |
#line ⇒ Object (readonly)
Returns the value of attribute line
228 229 230 |
# File 'lib/milk_tea/core/ast.rb', line 228 def line @line end |