inputStream property

CharStream? inputStream

Get the CharStream from which this token source is currently providing tokens.

@return The CharStream associated with the current position in the input, or null if no input stream is available for the token source.

Implementation

CharStream? get inputStream;