Class: MilkTea::AST::GatherStmt
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::GatherStmt
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#handles ⇒ Object
readonly
Returns the value of attribute handles.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Method Summary collapse
-
#initialize(handles:, line: nil, column: nil) ⇒ GatherStmt
constructor
A new instance of GatherStmt.
Constructor Details
#initialize(handles:, line: nil, column: nil) ⇒ GatherStmt
Returns a new instance of GatherStmt.
182 |
# File 'lib/milk_tea/core/ast.rb', line 182 def initialize(handles:, line: nil, column: nil) = super |
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
181 182 183 |
# File 'lib/milk_tea/core/ast.rb', line 181 def column @column end |
#handles ⇒ Object (readonly)
Returns the value of attribute handles
181 182 183 |
# File 'lib/milk_tea/core/ast.rb', line 181 def handles @handles end |
#line ⇒ Object (readonly)
Returns the value of attribute line
181 182 183 |
# File 'lib/milk_tea/core/ast.rb', line 181 def line @line end |