Module antlr_rust::int_stream[][src]

Expand description

<ost generic stream of symbols

Structs

Iterator over IntStream

Constants

IntStream::la must return EOF in the end of stream

Traits

A simple stream of symbols whose values are represented as integers. This interface provides marked ranges with support for a minimum level of buffering necessary to implement arbitrary lookahead during prediction.