Java org.antlr.v4.runtime RecognitionException fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime RecognitionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime RecognitionException.

The text is from its open source code.

Subclass

org.antlr.v4.runtime.RecognitionException has subclasses.
Click this link to see all its subclasses.

Constructor

Method

RuleContextgetCtx()
Gets the RuleContext at the time this exception was thrown.
IntervalSetgetExpectedTokens()
Gets the set of input symbols which could potentially follow the previously matched symbol at the time this exception was thrown.
IntStreamgetInputStream()
Gets the input stream which is the symbol source for the recognizer where this exception was thrown.
intgetOffendingState()
Get the ATN state number the parser was in at the time the error occurred.
TokengetOffendingToken()
RecognizergetRecognizer()
Gets the Recognizer where this exception occurred.