Package org.sonar.plugins.python.api
Class PythonVisitorContext.Builder
java.lang.Object
org.sonar.plugins.python.api.PythonVisitorContext.Builder
- Enclosing class:
- PythonVisitorContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cacheContext(CacheContext cacheContext) moduleType(ModuleType moduleType) packageName(String packageName) projectConfiguration(ProjectConfiguration projectConfiguration) projectLevelSymbolTable(ProjectLevelSymbolTable projectLevelSymbolTable) sonarProduct(org.sonar.api.SonarProduct sonarProduct) workingDirectory(File workingDirectory)
-
Constructor Details
-
Builder
-
-
Method Details
-
workingDirectory
-
packageName
-
projectLevelSymbolTable
public PythonVisitorContext.Builder projectLevelSymbolTable(ProjectLevelSymbolTable projectLevelSymbolTable) -
typeTable
-
cacheContext
-
sonarProduct
-
projectConfiguration
-
moduleType
-
callGraph
-
build
-