[][src]Module antlr_rust::int_stream

<ost generic stream of symbols

Structs

IterWrapper

Iterator over IntStream

Constants

EOF

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

Traits

IntStream

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.