[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class to parse the contents of a stream containing text data.
|
Creates a new parser instance. |
|
|
Destroys the parser instance. |
|
|
Checks whether the token if of the given type. |
|
|
Checks whether the token equals the given symbol |
|
|
Raises an EParserError exception with the given message |
|
|
Raises an EParserError exception and formats the message. |
|
|
Raises an EParserError exception with the given message |
|
|
Writes hexadecimal data to the stream. |
|
|
Reads the next token and returns its type. |
|
|
Returns the current position in the stream. |
|
|
Checks whether the current token is a component identifier. |
|
|
Returns the current token as a float. |
|
|
Returns the current token as an integer. |
|
|
Returns the current token as a string. |
|
|
Returns True if the current token is a symbol. |
|
|
Current source linenumber. |
|
|
Contents of the current token. |
|
|
Class to parse the contents of a stream containing text data. |
|
| | ||