[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new parser instance.
Source position: classesh.inc line 1543
public constructor TParser.Create( |
Stream: TStream |
); |
Create creates a new TParser instance, using Stream as the stream to read data from, and reads the first token from the stream.
If an error occours while parsing the first token, an EParserError exception is raised.
|
Reads the next token and returns its type. |
|
|
The type of the current token. |