Uses of Class
org.sonar.plugins.python.api.PythonVisitorContext
-
Packages that use PythonVisitorContext Package Description org.sonar.plugins.python.api org.sonar.python org.sonar.python.metrics -
-
Uses of PythonVisitorContext in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonVisitorContext Modifier and Type Method Description protected PythonVisitorContextPythonVisitorCheck. getContext()Methods in org.sonar.plugins.python.api with parameters of type PythonVisitorContext Modifier and Type Method Description voidPythonCheck. scanFile(PythonVisitorContext visitorContext)voidPythonSubscriptionCheck. scanFile(PythonVisitorContext visitorContext)voidPythonVisitorCheck. scanFile(PythonVisitorContext visitorContext) -
Uses of PythonVisitorContext in org.sonar.python
Methods in org.sonar.python that return PythonVisitorContext Modifier and Type Method Description static PythonVisitorContextTestPythonVisitorRunner. createContext(File file)static PythonVisitorContextTestPythonVisitorRunner. createContext(File file, File workingDirectory)static PythonVisitorContextTestPythonVisitorRunner. createContext(File file, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable)static PythonVisitorContextTestPythonVisitorRunner. scanFile(File file, PythonCheck... visitors)Methods in org.sonar.python with parameters of type PythonVisitorContext Modifier and Type Method Description static voidSubscriptionVisitor. analyze(Collection<PythonSubscriptionCheck> checks, PythonVisitorContext pythonVisitorContext) -
Uses of PythonVisitorContext in org.sonar.python.metrics
Methods in org.sonar.python.metrics with parameters of type PythonVisitorContext Modifier and Type Method Description voidFileLinesVisitor. scanFile(PythonVisitorContext visitorContext)Constructors in org.sonar.python.metrics with parameters of type PythonVisitorContext Constructor Description FileMetrics(PythonVisitorContext context)
-