class method SpahQL.Token.KeyName.parseAt
SpahQL.Token.KeyName.parseAt(i, query) → Array\[resumeIndex, foundToken\] or null
Identifies a keyname identifier at the given index in the given string query and returns null if no token is identified, or a tuple of terminating index and the instantiated token if successful.