[][src]Module antlr_rust::char_stream

IntStream extension for Lexer that allows subslicing of underlying data

Traits

CharStream

Provides underlying data for Tokens.

InputData

Trait for input that can be accepted by InputStream to be able to provide lexer with data. Public for implementation reasons.