Uses of Interface
org.sonar.plugins.php.api.cache.CacheContext
Packages that use CacheContext
Package
Description
-
Uses of CacheContext in org.sonar.php
Constructors in org.sonar.php with parameters of type CacheContextModifierConstructorDescriptionPHPAnalyzer(List<PHPCheck> checks, List<PHPCheck> testFileChecks, File workingDir, ProjectSymbolData projectSymbolData, DurationStatistics statistics, CacheContext cacheContext, SuppressWarningFilter suppressWarningFilter, boolean frameworkDetectionEnabled) -
Uses of CacheContext in org.sonar.php.cache
Classes in org.sonar.php.cache that implement CacheContextConstructors in org.sonar.php.cache with parameters of type CacheContext -
Uses of CacheContext in org.sonar.php.metrics
Methods in org.sonar.php.metrics with parameters of type CacheContextModifier and TypeMethodDescriptionCpdVisitor.computeCpdTokens(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable, CacheContext cacheContext) -
Uses of CacheContext in org.sonar.php.tree.visitors
Methods in org.sonar.php.tree.visitors that return CacheContext -
Uses of CacheContext in org.sonar.plugins.php.api.visitors
Methods in org.sonar.plugins.php.api.visitors that return CacheContextModifier and TypeMethodDescriptionCheckContext.cacheContext()PhpInputFileContext.cacheContext()Returns the value of thecacheContextrecord component.Constructors in org.sonar.plugins.php.api.visitors with parameters of type CacheContextModifierConstructorDescriptionPhpInputFileContext(PhpFile phpFile, File workingDirectory, CacheContext cacheContext) Creates an instance of aPhpInputFileContextrecord class.