public class NoCaseSensitiveStream
extends org.antlr.v4.runtime.ANTLRInputStream
Constructor and Description |
---|
NoCaseSensitiveStream(Reader reader)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
LA(int i) |
public NoCaseSensitiveStream(Reader reader) throws IOException
reader
- is the reader providing the characters to inspectIOException
- to indicate IO errors