Home | History | Annotate | Download | only in antlr3

Lines Matching refs:streams

53     @brief Base interface for streams of integer values.
81 not pure input indexes. Same for tree node streams.
146 For char streams, seeking forward must update the stream state such
164 Only makes sense for streams that buffer everything up probably, but
198 For infinite streams, you don't need this; primarily I'm providing
200 use this on streams that don't support it.
317 # character streams for use in lexers
599 # Token streams
1036 machine instruction streams (programs) operating on a single input tape. :)
1063 You can also have multiple "instruction streams" and get multiple
1065 streams and use that name again when printing the buffer. This could be
1074 If you don't use named rewrite streams, a "default" stream is used as
1084 # You may have multiple, named streams of rewrite operations.