public interface CommandVisitorI
| Modifier and Type | Method and Description |
|---|---|
Node |
process(Node node,
Node[] children,
XJep xjep)
Performs the specified action on an expression tree.
|
Node process(Node node, Node[] children, XJep xjep) throws ParseException
node - top node of the treechildren - the children of the node after they have been preprocessed.xjep - a reference to the current XJep interface.ParseException - exceptionCopyright © 2018. All rights reserved.