Home | History | Annotate | Download | only in antlr3

Lines Matching refs:sequence

76   the ability to produce new output text from an input token-sequence by
81 an Abstract Syntax Tree into a flat, one-dimensional sequence, but preserves
83 sequence is primarily used by ANTLR Tree Parsers. *note* -- this is not
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,
330 # should take the tokens between start and stop in the sequence, extract their text
726 Using some TokenSource (such as a lexer), the stream collects a token sequence,