Class: MilkTea::AST::ExpressionList

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



228
229
230
# File 'lib/milk_tea/core/ast.rb', line 228

def column
  @column
end

#elementsObject (readonly)

Returns the value of attribute elements

Returns:

  • (Object)

    the current value of elements



228
229
230
# File 'lib/milk_tea/core/ast.rb', line 228

def elements
  @elements
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



228
229
230
# File 'lib/milk_tea/core/ast.rb', line 228

def line
  @line
end