Method: ANTLR3::Recognizer#begin_resync
- Defined in:
- lib/antlr3/recognizers.rb
#begin_resync ⇒ Object
overridable hook method that is executed at the start of the resyncing procedure in recover
by default, it does nothing
519 520 521 |
# File 'lib/antlr3/recognizers.rb', line 519 def begin_resync # do nothing end |