Interface Parser

    • Method Detail

      • parse

        QueryTree parse​(Parsable query)
        Parser the given Parsable, and returns a corresponding QueryTree. If parsing fails without an exception, the contained root will be an instance of NullItem.
        Parameters:
        query - the Parsable to parse
        Returns:
        the parsed QueryTree, never null