Source position: fpsonar.ruleframework.pp line 33
type TRuleContext = record |
FileName: string; |
CompilerMode: string; |
Tokens: TFpSonarTokenArray; |
Lines: TFpSonarStringArray; |
Module: TPasModule; |
ParseSucceeded: Boolean; |
Resolver: TFpSonarResolver; |
Config: TFpSonarConfig; |
ProjectIndex: TFpSonarProjectIndex; |
end; |