Lines Matching full:stream
2 /// Definition of the ANTLR3 common tree node stream.
58 /// the tree node stream. This will point to an implementation
80 /// Where is this stream pulling nodes from? This is not the name, but
101 /// If the stream does not buffer all the nodes then it can still
110 /// If the stream does not buffer all the nodes then it can still
131 /// after this call. The stream is notified because it is walking the
133 /// tree. Also, it might be able to modify the node stream to avoid
149 /// the common tree node stream.
153 /// Pointer to the tree node stream interface
182 /// The complete mapping from stream index to tree node.
192 /// Must be freed when the tree node stream is torn down.
240 /// Buffer tree node stream for use with LT(i). This list grows
301 /// Indicates whether this node stream was derived from a prior
302 /// node stream to be used by a rewriting tree parser for instance.
303 /// If this flag is set to ANTLR3_TRUE, then when this stream is
305 /// belongs to the origniating node stream.
314 * we need to record the state of the tree node stream. This