[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| | |
TObject |