src code

class method SpahQL.Token.ComparisonOperator.parseAt

SpahQL.Token.ComparisonOperator.parseAt(i, query) → Array\[resumeIndex, foundToken\] or null

Identifies a string literal 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.