Home | History | Annotate | Download | only in antlr3

Lines Matching refs:streams

40 = ANTLR3 Streams
42 This documentation first covers the general concept of streams as used by ANTLR
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
228 immitation of the Java interface for text-based streams, which are primarily
274 Java interface for token-based streams, which are used by many different
277 == Token Streams
279 Token streams wrap a sequence of token objects produced by some token source,
282 sequence of tokens. Unlike simple character-based streams, such as StringStream,
283 token-based streams have an additional level of complexity because they must
360 characters, but currently this library does not provide any streams to handle
728 within the stream. The streams may be tuned to some channel value; off-channel