Decodes a string value.
A string value to be decoded.
A string quote character.
An decoded string.
Encodes a string value.
A string value to be encoded.
A string quote character.
An encoded string.
Gets the next token from the stream started from the character linked to this state.
A textual string to be tokenized.
A tokenizer class that controls the process.
The next token from the top of the stream.
Generated using TypeDoc
Defines an interface for tokenizer state that processes quoted strings.