public class PreOrderWalker extends DefaultGraphWalker
dispatcher, opQueue, opStack, retMap, toWalk| Constructor and Description |
|---|
PreOrderWalker(Dispatcher disp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
walk(Node nd)
Walk the current operator and its descendants.
|
dispatch, dispatchAndReturn, getDispatchedList, startWalkingpublic PreOrderWalker(Dispatcher disp)
disp - dispatcher to call for each op encounteredprotected void walk(Node nd) throws SemanticException
walk in class DefaultGraphWalkernd - current operator in the graphSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.