Interface ExpressionNode

    • Method Detail

      • accept

        <T> T accept​(NodeVisitor<T> visitor)
        Accept a visitor to process this node.
        Type Parameters:
        T - the type of the visitor
        Parameters:
        visitor - The visitor
        Returns:
        the node after it has been evaluated by the visitor