class Antlr4::Runtime::ANTLRErrorStrategy
Public Instance Methods
in_error_recovery_mode(_recognizer)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 15 def in_error_recovery_mode(_recognizer) end
recover(_recognizer, _e)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 9 def recover(_recognizer, _e) end
recover_in_line(_recognizer)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 6 def recover_in_line(_recognizer) end
report_error(_recognizer, _e)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 21 def report_error(_recognizer, _e) end
report_match(_recognizer)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 18 def report_match(_recognizer) end
reset(_recognizer)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 3 def reset(_recognizer) end
sync(_recognizer)
click to toggle source
# File lib/antlr4/runtime/antlr_error_strategy.rb, line 12 def sync(_recognizer) end