[−][src]Module antlr_rust::input_stream
Input to lexer
Structs
InputStream | Default rust target input stream. |
Type Definitions
ByteStream |
|
CodePoint8BitCharStream | InputStream which treats the input as a series of Unicode code points that fit into |
CodePoint16BitCharStream | InputStream which treats the input as a series of Unicode code points that fit into |
CodePoint32BitCharStream | InputStream which treats the input as a series of Unicode code points |