Interface Node

    • Method Detail

      • toString

        java.lang.String toString​(Node.ParenMode mode)
        Returns the string form of this node.
        Parameters:
        mode - Whether the string should be encapsulated in parentheses (...)
        Returns:
        The string query.
      • toString

        java.lang.String toString()
        Returns the string form of this node.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The query string.