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