src code

class method SpahQL.Token.FilterQuery.parseAt

SpahQL.Token.FilterQuery.parseAt(index, queryString) → Array result or null

Reads the given queryString starting at the given index and attempts to identify and parse a filter query token. If found, the token will be returned in a tuple [resumeIndex, foundToken]. Returns null if nothing is found.