src code

class method SpahQL.Token.Set.parseAt

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

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