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