Package org.sonar.php
Class PHPAnalyzer
java.lang.Object
org.sonar.php.PHPAnalyzer
-
Constructor Summary
ConstructorsConstructorDescriptionPHPAnalyzer(List<PHPCheck> checks, List<PHPCheck> testFileChecks, File workingDir, ProjectSymbolData projectSymbolData, DurationStatistics statistics, CacheContext cacheContext, SuppressWarningFilter suppressWarningFilter, boolean frameworkDetectionEnabled) -
Method Summary
Modifier and TypeMethodDescriptionanalyze()computeMeasures(org.sonar.api.measures.FileLinesContext fileLinesContext) voidnextFile(org.sonar.api.batch.fs.InputFile inputFile) void
-
Constructor Details
-
PHPAnalyzer
public PHPAnalyzer(List<PHPCheck> checks, List<PHPCheck> testFileChecks, @Nullable File workingDir, ProjectSymbolData projectSymbolData, DurationStatistics statistics, @Nullable CacheContext cacheContext, SuppressWarningFilter suppressWarningFilter, boolean frameworkDetectionEnabled)
-
-
Method Details
-
nextFile
public void nextFile(org.sonar.api.batch.fs.InputFile inputFile) throws com.sonar.sslr.api.RecognitionException - Throws:
com.sonar.sslr.api.RecognitionException
-
analyze
-
analyzeTest
-
terminate
public void terminate() -
computeMeasures
-
computeNoSonarLines
-
currentFileTree
-
currentFileSymbolTable
-