Method: Antlr4::Runtime::RecognitionException#offending_token
- Defined in:
- lib/antlr4/runtime/recognition_exception.rb
#offending_token ⇒ Object
Returns the value of attribute offending_token.
5 6 7 |
# File 'lib/antlr4/runtime/recognition_exception.rb', line 5 def offending_token @offending_token end |