Uses of Class
org.sonar.plugins.python.indexer.PythonIndexer
Packages that use PythonIndexer
-
Uses of PythonIndexer in org.sonar.plugins.python
Constructors in org.sonar.plugins.python with parameters of type PythonIndexerModifierConstructorDescriptionIPynbSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer, RepositoryInfoProvider[] editionMetadataProviders, NoSonarLineInfoCollector noSonarLineInfoCollector) IssuesRepository(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, PythonIndexer indexer, boolean isInSonarLint, Lock lock) PythonScanner(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, Supplier<PythonParser> parserSupplier, PythonIndexer indexer, PythonFileConsumer architectureCallback, NoSonarLineInfoCollector noSonarLineInfoCollector) -
Uses of PythonIndexer in org.sonar.plugins.python.indexer
Subclasses of PythonIndexer in org.sonar.plugins.python.indexerMethods in org.sonar.plugins.python.indexer that return PythonIndexerConstructors in org.sonar.plugins.python.indexer with parameters of type PythonIndexer