public class GenMapRedWalker extends DefaultGraphWalker
dispatcher, opQueue, opStack, retMap, toWalk| Constructor and Description |
|---|
GenMapRedWalker(Dispatcher disp)
constructor of the walker - the dispatcher is passed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
walk(Node nd)
Walk the given operator.
|
dispatch, dispatchAndReturn, getDispatchedList, startWalkingpublic GenMapRedWalker(Dispatcher disp)
disp - the dispatcher to be called for each node visitedprotected void walk(Node nd) throws SemanticException
walk in class DefaultGraphWalkernd - operator being walkedSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.