public interface SpecialEvaluationI
Created on 18-Nov-2003| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Node node,
Object data,
ParserVisitor pv,
Stack stack,
SymbolTable symTab)
Deprecated.
Performs some special evaluation on the node.
|
Object evaluate(Node node, Object data, ParserVisitor pv, Stack stack, SymbolTable symTab) throws ParseException
node.jjtGetChild(i).jjtAccept(pv,data);for each child. Briefly the symbol table was removed as arguments to this method, it is now reinserted.
node - The current nodedata - The data passed to visitor, typically not usedpv - The visitor, can be used evaluate the childrenstack - The stack of the evaluatorsymTab - The symbol tableParseExceptionCopyright © 2018. All rights reserved.