Class: Ibex::Frontend::AST::Recovery
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Recovery
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#sync_tokens ⇒ Object
Returns the value of attribute sync_tokens.
Method Summary
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 |