Ignore everything up to a closing star and slash, and then return the tokenizer's next token.
Ignore everything up to an end-of-line and return the tokenizer's next token.
Either delegate to a comment-handling state, or return a token with just a slash in it.
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
This state will either delegate to a comment-handling state, or return a token with just a slash in it.