Home | History | Annotate | Download | only in antlr3

Lines Matching refs:Parsers

59 TreeParser is the default base class of ANTLR-generated tree parsers. The class
63 == About Tree Parsers
67 * parsers
68 * tree parsers
71 including parsers that take token input and use it to build Abstract Syntax
78 custom actions along the way -- tree parsers.
80 Tree parsers are created from tree grammars. ANTLR-generated tree parsers
81 closely mirror the general structure of regular parsers and lexers.
92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
96 this flexibility is that tree parsers also require an extra tree adaptor object,
951 operates similarly to other streams. They are commonly used by tree parsers as
975 objects. CommonTreeNodeStreams are the default input streams for tree parsers.
1236 rewriting parsers.
1327 rewriting parsers.
1346 rewriting parsers.
1366 rewriting parsers.