Searched defs:topdown (Results 1 – 6 of 6) sorted by relevance
133 public void topdown() throws RecognitionException {;} in topdown() method in TreeFilter
118 public Object topdown() throws RecognitionException { return null; } in topdown() method in TreeRewriter
234 {
371 def walk(top, topdown=True, onerror=None): argument
3176 InstructionShuffler(bool alternate, bool topdown) in InstructionShuffler()