Home | History | Annotate | Download | only in tests

Lines Matching refs:nodes

101         nodes = antlr3.tree.CommonTreeNodeStream(r.tree)
102 nodes.setTokenStream(tStream)
103 walker = walkerCls(nodes)
173 # Allow creation of new nodes w/o args.