Class: Ibex::Frontend::AST::Recovery
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Recovery
- 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.
-
#sync_tokens ⇒ Object
Returns the value of attribute sync_tokens.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
132 133 134 |
# File 'lib/ibex/frontend/ast.rb', line 132 def loc @loc end |
#sync_tokens ⇒ Object
Returns the value of attribute sync_tokens
132 133 134 |
# File 'lib/ibex/frontend/ast.rb', line 132 def sync_tokens @sync_tokens end |
Class Method Details
.new(sync_tokens:, loc:) ⇒ instance .new(arg0) ⇒ instance
160 161 |
# File 'sig/ibex/frontend/ast.rbs', line 160
def self.new: (?sync_tokens: Array[String], ?loc: Location) -> instance
| ({ ?sync_tokens: Array[String], ?loc: Location }) -> instance
|