Lines Matching full:trees
122 * trees know where they came from now start..stop tokens; todo: use for better err handling.
418 * Added CommonTree.setUnknownTokenBoundaries(). Sometimes we build trees
490 is generated to support filtering of trees.
692 * rewrite=true, output=AST for tree grammar was not working. Altered trees were not
700 out how to work with trees and actions. Figure that out and so I turned it back on.
710 * ANTLR no longer tries to recover in tree parsers inline using single node deletion or insertion; throw exception. Trees should be well formed as they are not created by users.
840 * made fillBuffer public in CommonTreeNodeStream so we can add trees
846 no matter what to rewrite trees in tree grammars. added unit test
1232 import work. I needed to be able to look at the trees for
1477 Fixed test. Nil single-node trees no longer return nil;
1586 The templates needed to build trees with auto construction
1589 The templates needed to build trees with auto construction
1609 new file; tests the new parent and child index stuff in trees.
1617 tree from old tree; i.e., you get two trees in memory. W/o a rewrite
1686 * Changed debug events associated with trees quite a bit. Passes nodes around
1867 deeply nested trees.
2039 * errors that are now warnings: missing AST label type in trees.
2051 or simple trees. new unit tests in TestRewriteTemplates at end.
2149 * Altered Tree.Parser.matchAny() so that it skips entire trees if
2217 diagrams easily from trees.
3080 trees. Added MismatchedTreeNodeException.
3438 and trees ^( <root> <children> ). You have have (...)?, (...)*, (...)+