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

TRuleContext

Declaration

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;


Documentation generated on: 2026-07-12