Get name for token type
Source position: fpexprpars.pp line 838
function TokenName( |
AToken: TTokenType |
):AnsiString; |
AToken |
|
Token type to get name for |
Returns string name for the token
The TokenName function converts a TTokenType enumeration value to its corresponding string name. It provides a human-readable representation of token types for debugging, error reporting, and logging purposes.