Class: Ibex::Frontend::AST::SeparatedList
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::SeparatedList
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
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.
Method Summary
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 |