recognizer property

Recognizer<ATNSimulator>? recognizer
final

Gets the Recognizer where this exception occurred.

If the recognizer is not available, this method returns null.

@return The recognizer where this exception occurred, or null if the recognizer is not available.

Implementation

final Recognizer? recognizer;