A class that breaks down the characters of a CharStream into Tokens.
User code can inherit this class and implement additional tokenizer logic by overriding the GetNextToken method.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.GetNextToken
Parameters:
ITransformer<Terminal>
-
This parameter is used for the
post-processor. It should be passed to the base method if called.
input : CharStream
-
The CharStream whose characters will be processed.
Returns: Token
Modifiers: abstract |
|