class Antlr4::Runtime::ANTLRErrorListener

Public Instance Methods

report_ambiguity(_recognizer, _dfa, _start_index, _stop_index, _exact, _ambig_alts, _configs) click to toggle source
# File lib/antlr4/runtime/antlr_error_listener.rb, line 6
def report_ambiguity(_recognizer, _dfa, _start_index, _stop_index, _exact, _ambig_alts, _configs)
end
report_attempting_full_context(_recognizer, _dfa, _start_index, _stop_index, _conflicting_alts, _configs) click to toggle source
# File lib/antlr4/runtime/antlr_error_listener.rb, line 9
def report_attempting_full_context(_recognizer, _dfa, _start_index, _stop_index, _conflicting_alts, _configs)
end
report_context_sensitivity(_recognizer, _dfa, _start_index, _stop_index, _prediction, _configs) click to toggle source
# File lib/antlr4/runtime/antlr_error_listener.rb, line 12
def report_context_sensitivity(_recognizer, _dfa, _start_index, _stop_index, _prediction, _configs)
end
syntax_error(_recognizer, _offending_symbol, _line, _char_position_in_line, _msg, _e) click to toggle source
# File lib/antlr4/runtime/antlr_error_listener.rb, line 3
def syntax_error(_recognizer, _offending_symbol, _line, _char_position_in_line, _msg, _e)
end