Unit 'FpSonar.Ingest' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-sonar]

TFpSonarToken

Declaration

Source position: fpsonar.ingest.pp line 42

type TFpSonarToken = record

public

  Kind: TToken;

  Text: string;

  Row: Integer;

  Col: Integer;

  FileName: string;

  function IsComment;

  function IsNumber;

  function IsString;

  function IsKeyword;

  function IsBegin;

  function IsTrivia;

  function Punct;

end;


Documentation generated on: 2026-07-12