Class: Ibex::Frontend::AST::Group
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Group
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#alternatives ⇒ Object
Returns the value of attribute alternatives.
-
#loc ⇒ Object
Returns the value of attribute loc.
Method Summary
Methods included from Node
Instance Attribute Details
#alternatives ⇒ Object
Returns the value of attribute alternatives
284 285 286 |
# File 'lib/ibex/frontend/ast.rb', line 284 def alternatives @alternatives end |
#loc ⇒ Object
Returns the value of attribute loc
284 285 286 |
# File 'lib/ibex/frontend/ast.rb', line 284 def loc @loc end |