public class ExpressionWalker extends DefaultGraphWalker
dispatcher, opQueue, opStack, retMap, toWalk| Constructor and Description |
|---|
ExpressionWalker(SemanticDispatcher disp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
shouldByPass(Node childNode,
Node parentNode) |
protected void |
walk(Node nd)
walk the current operator and its descendants.
|
dispatch, dispatchAndReturn, getDispatchedList, startWalkingpublic ExpressionWalker(SemanticDispatcher disp)
disp - dispatcher to call for each op encounteredprotected void walk(Node nd) throws SemanticException
walk in class DefaultGraphWalkernd - current operator in the treeSemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.