TParser.NextToken
Reads the next token and returns its type.
Declaration
Source position: classesh.inc line 1820
public
function NextToken : Char;
Description
NextToken parses the next token in the stream and returns its type. The type of the token can also be retrieved later reading Token property.
If the end of the stream is reached, toEOF is returned.
For details about token types, see TParser.Token
Errors
If an error occurs while parsing the token, an EParserError exception is raised.
See also
Name | Description |
---|---|
TParser.Token | The type of the current token. |