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