Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TParser.CheckToken

Checks whether the token if of the given type.

Declaration

Source position: classesh.inc line 2198

public procedure TParser.CheckToken(

  T: char

);

Errors

If current token isn't of type T, an EParserError exception is raised.

See also

TParser.Token

  

The type of the current token.


Documentation generated on: Oct 27 2024