Interface CommandVisitorI

    • Method Detail

      • process

        Node process​(Node node,
                     Node[] children)
              throws ParseException
        Performs the specified action on an expression tree.
        Parameters:
        node - top node of the tree
        children - the children of the node after they have been preprocessed.
        Returns:
        top node of the results.
        Throws:
        ParseException