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