Class: Antlr4::Runtime::ANTLRErrorStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/antlr4/runtime/antlr_error_strategy.rb

Direct Known Subclasses

DefaultErrorStrategy

Instance Method Summary collapse

Instance Method Details

#in_error_recovery_mode(_recognizer) ⇒ Object



15
16
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 15

def in_error_recovery_mode(_recognizer)
end

#recover(_recognizer, _e) ⇒ Object



9
10
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 9

def recover(_recognizer, _e)
end

#recover_in_line(_recognizer) ⇒ Object



6
7
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 6

def recover_in_line(_recognizer)
end

#report_error(_recognizer, _e) ⇒ Object



21
22
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 21

def report_error(_recognizer, _e)
end

#report_match(_recognizer) ⇒ Object



18
19
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 18

def report_match(_recognizer)
end

#reset(_recognizer) ⇒ Object



3
4
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 3

def reset(_recognizer)
end

#sync(_recognizer) ⇒ Object



12
13
# File 'lib/antlr4/runtime/antlr_error_strategy.rb', line 12

def sync(_recognizer)
end