Class TToken (unit FPScanner)

Inherits from

TObject

a token contains the token type, the belonging text and the position within the source file

Constructors



Functions

Properties

Events

Variables

Column : Integer;


Row : Integer;

representing text

Tag : Integer;

row and column within source file

Text : string;

token type

Token : TTokenType;



Constructors


Functions


Properties


Events


Variables


Column : Integer;


Row : Integer;

representing text


Tag : Integer;

row and column within source file


Text : string;

token type


Token : TTokenType;