public interface CommandVisitorI
| Modifier and Type | Method and Description |
|---|---|
Node |
process(Node node,
Node[] children)
Performs the specified action on an expression tree.
|
Node process(Node node, Node[] children) throws ParseException
node - top node of the treechildren - the children of the node after they have been preprocessed.ParseExceptionCopyright © 2018 Singular Systems http://www.singularsys.com/jep