Checks whether the token if of the given type.
Source position: classesh.inc line 2198
public procedure TParser.CheckToken(
T: char
);
If current token isn't of type T, an EParserError exception is raised.
TParser.Token
The type of the current token.