class SpahQL.Query
Description
A Query
instance is the result of running a string state query such as “/foo/bar/baz == 1” through the SpahQL.QueryParser
. Queries are parsed only once, upon registration. The QueryParser maintains a cache of pre-existing parsed queries keyed by the original query string.