Module: ANTLR3::Test::RaiseErrors
- Defined in:
- lib/antlr3/test/functional.rb
Instance Method Summary collapse
Instance Method Details
#emit_error_message(msg) ⇒ Object
211 212 213 |
# File 'lib/antlr3/test/functional.rb', line 211 def ( msg ) # do nothing end |
#report_error(error) ⇒ Object
215 216 217 |
# File 'lib/antlr3/test/functional.rb', line 215 def report_error( error ) raise error end |