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; |