AbstractLexer Methods |
[This is preliminary documentation and is subject to change.]
The AbstractLexer type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckEOF |
Checks if the next input results in End of File.
| |
| CheckIsDigit |
Checks if c is a number.
| |
| CheckMatch(Char) |
Checks if the next input is a match to c.
| |
| CheckMatch(Int32) |
Checks if the next input is a match to c.
| |
| CheckMatch(String) |
Checks if the next input is a match to str.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| LookAhead |
Looks ahead a specified number of chars and returns the result.
| |
| LookBack |
Looks back a specified number of chars and returns the result.
| |
| Next |
Advances one character in the reader.
| |
| Read |
Reads the tokens from the reader. Used by the Parser.
| |
| Read(Int64, Int32) |
Reads the specified start position in stream. Used by the Token to read the token's value.
| |
| Reset |
Resets this instance.
|
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) |