Class: MilkTea::AST::RangeExpr

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



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

def column
  @column
end

#end_exprObject (readonly)

Returns the value of attribute end_expr

Returns:

  • (Object)

    the current value of end_expr



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

def end_expr
  @end_expr
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#start_exprObject (readonly)

Returns the value of attribute start_expr

Returns:

  • (Object)

    the current value of start_expr



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

def start_expr
  @start_expr
end