Class: Ibex::Frontend::AST::OnErrorReduce
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::OnErrorReduce
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#names ⇒ Object
Returns the value of attribute names.
Class Method Summary collapse
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 |
Class Method Details
.new(names:, loc:) ⇒ instance .new(arg0) ⇒ instance
169 170 |
# File 'sig/ibex/frontend/ast.rbs', line 169
def self.new: (?names: Array[String], ?loc: Location) -> instance
| ({ ?names: Array[String], ?loc: Location }) -> instance
|