[][src]Module antlr_rust::input_stream

Input to lexer

Structs

InputStream

Default rust target input stream.

Type Definitions

ByteStream

InputStream over byte slice

CodePoint8BitCharStream

InputStream which treats the input as a series of Unicode code points that fit into u8

CodePoint16BitCharStream

InputStream which treats the input as a series of Unicode code points that fit into u16

CodePoint32BitCharStream

InputStream which treats the input as a series of Unicode code points