Class: Ibex::Frontend::AST::SeparatedList
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::SeparatedList
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#item ⇒ Object
Returns the value of attribute item.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#nonempty ⇒ Object
Returns the value of attribute nonempty.
-
#separator ⇒ Object
Returns the value of attribute separator.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#item ⇒ Object
Returns the value of attribute item
269 270 271 |
# File 'lib/ibex/frontend/ast.rb', line 269 def item @item end |
#loc ⇒ Object
Returns the value of attribute loc
269 270 271 |
# File 'lib/ibex/frontend/ast.rb', line 269 def loc @loc end |
#nonempty ⇒ Object
Returns the value of attribute nonempty
269 270 271 |
# File 'lib/ibex/frontend/ast.rb', line 269 def nonempty @nonempty end |
#separator ⇒ Object
Returns the value of attribute separator
269 270 271 |
# File 'lib/ibex/frontend/ast.rb', line 269 def separator @separator end |
Class Method Details
.new(item:, separator:, nonempty:, loc:) ⇒ instance .new(arg0) ⇒ instance
396 397 |
# File 'sig/ibex/frontend/ast.rbs', line 396
def self.new: (?item: item, ?separator: item, ?nonempty: bool, ?loc: Location) -> instance
| ({ ?item: item, ?separator: item, ?nonempty: bool, ?loc: Location }) -> instance
|