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
289 290 291 |
# File 'lib/ibex/frontend/ast.rb', line 289 def item @item end |
#loc ⇒ Object
Returns the value of attribute loc
289 290 291 |
# File 'lib/ibex/frontend/ast.rb', line 289 def loc @loc end |
#nonempty ⇒ Object
Returns the value of attribute nonempty
289 290 291 |
# File 'lib/ibex/frontend/ast.rb', line 289 def nonempty @nonempty end |
#separator ⇒ Object
Returns the value of attribute separator
289 290 291 |
# File 'lib/ibex/frontend/ast.rb', line 289 def separator @separator end |
Class Method Details
.new(item:, separator:, nonempty:, loc:) ⇒ instance .new(arg0) ⇒ instance
422 423 |
# File 'sig/ibex/frontend/ast.rbs', line 422
def self.new: (?item: item, ?separator: item, ?nonempty: bool, ?loc: Location) -> instance
| ({ ?item: item, ?separator: item, ?nonempty: bool, ?loc: Location }) -> instance
|