record TTokenRec

DescriptionHierarchyFieldsMethodsProperties

Unit

Lexer

Declaration

type TTokenRec = record

Description

Record for holding the information about a token stored during the parsing of the stream.

Fields

 NameDescription
Published Bool

Boolean value of the token (provided the token is of the type toBoolean).

Published Float

Floating point value of the token (provided that the token type is toFloat).

Published Int

Integer value of the token (provided that the token type is toInteger).

Public SourceLine

Line in the source file containing the token.

Public Token

The actual token.

Public TokenType

The type of the token (float, integer, boolean, or string).


Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49