Unit 'FpSonar.SourceFile' Package
[Overview][Classes][Index] [#fcl-sonar]

TFpSonarSourceFile

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpsonar.sourcefile.pp line 34

type TFpSonarSourceFile = class

public

  constructor Create;

  destructor Destroy; override;

  procedure Analyze();

  property Tokens: TFpSonarTokenArray; [r]

  property Lines: TFpSonarStringArray; [r]

  property Module: TPasModule; [r]

  property PpuAutoDetect: Boolean; [rw]

  property PpuCacheDir: string; [rw]

  property Resolver: TFpSonarResolver; [r]

  property Diagnostics: TFpSonarDiagnosticArray; [r]

  property ParseSucceeded: Boolean; [r]

end;

Inheritance

TFpSonarSourceFile

|

TObject


Documentation generated on: 2026-07-12