| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
ANTLRFileStream
Deprecated.
as of 4.7 Please use
CharStreams interface. |
class |
ANTLRInputStream
Deprecated.
as of 4.7 Please use
CharStreams interface. |
class |
CodePointCharStream
Alternative to
ANTLRInputStream which treats the input
as a series of Unicode code points, instead of a series of UTF-16
code units. |
class |
UnbufferedCharStream
Do not buffer up the entire char stream.
|
Copyright © 1992–2024 Daniel Sun. All rights reserved.