class method SpahQL.Token.SelectionQuery.parseAt
SpahQL.Token.SelectionQuery.parseAt(index, queryString) → Array result or null
Reads the given queryString starting at the given index and attempts to identify and parse a selection query token. If found, the token will be returned in a tuple [resumeIndex, foundToken]. Returns null if nothing is found.