inputStream property

StreamType inputStream
final

Gets the input stream which is the symbol source for the recognizer where this exception was thrown.

If the input stream is not available, this method returns null.

@return The input stream which is the symbol source for the recognizer where this exception was thrown, or null if the stream is not available.

Implementation

final StreamType inputStream;