Method: ANTLR3::Recognizer#error_header
- Defined in:
- lib/antlr3/recognizers.rb
#error_header(e = $!) ⇒ Object
used to add a tag to the error message that indicates the location of the input stream when the error occurred
466 467 468 |
# File 'lib/antlr3/recognizers.rb', line 466 def error_header( e = $! ) e.location end |