| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Checks whether the token if of the given type.
Source position: classesh.inc line 1659
| public procedure TParser.CheckToken( | 
| T: Char | 
| ); | 
If current token isn't of type T, an EParserError exception is raised.
| 
 | The type of the current token. |