public interface SpecialEvaluationI
Created on 18-Nov-2003| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(Node node,
java.lang.Object data,
ParserVisitor pv,
java.util.Stack stack,
SymbolTable symTab)
Deprecated.
Performs some special evaluation on the node.
|
java.lang.Object evaluate(Node node, java.lang.Object data, ParserVisitor pv, java.util.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 tableParseExceptionhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems