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
264 265 266 |
# File 'lib/ibex/frontend/ast.rb', line 264 def alternatives @alternatives end |
#loc ⇒ Object
Returns the value of attribute loc
264 265 266 |
# File 'lib/ibex/frontend/ast.rb', line 264 def loc @loc end |