public class PreOrderWalker extends DefaultGraphWalker
dispatcher, opQueue, opStack, retMap, toWalk| Constructor and Description |
|---|
PreOrderWalker(SemanticDispatcher 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(SemanticDispatcher disp)
disp - dispatcher to call for each op encounteredprotected void walk(Node nd) throws SemanticException
walk in class DefaultGraphWalkernd - current operator in the graphSemanticExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.