Uses of Interface
org.sonar.plugins.python.api.PythonFile
Packages that use PythonFile
Package
Description
-
Uses of PythonFile in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonFileModifier and TypeMethodDescriptionPythonInputFileContext.pythonFile()SubscriptionContext.pythonFile()Constructors in org.sonar.plugins.python.api with parameters of type PythonFileModifierConstructorDescriptionPythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext) PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct) PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException) PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException, org.sonar.api.SonarProduct sonarProduct) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct) -
Uses of PythonFile in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg with parameters of type PythonFileModifier and TypeMethodDescriptionstatic ControlFlowGraphControlFlowGraph.build(FileInput fileInput, PythonFile file) static ControlFlowGraphControlFlowGraph.build(FunctionDef functionDef, PythonFile file) -
Uses of PythonFile in org.sonar.python.cfg.fixpoint
Constructors in org.sonar.python.cfg.fixpoint with parameters of type PythonFile -
Uses of PythonFile in org.sonar.python.semantic
Methods in org.sonar.python.semantic with parameters of type PythonFileModifier and TypeMethodDescriptionvoidProjectLevelSymbolTable.addModule(FileInput fileInput, String packageName, PythonFile pythonFile) static PathSymbolUtils.pathOf(PythonFile pythonFile) Constructors in org.sonar.python.semantic with parameters of type PythonFileModifierConstructorDescriptionClassSymbolImpl(ClassDef classDef, String fullyQualifiedName, PythonFile pythonFile) SymbolTableBuilder(String packageName, PythonFile pythonFile) SymbolTableBuilder(String packageName, PythonFile pythonFile, ProjectLevelSymbolTable projectLevelSymbolTable) SymbolTableBuilder(PythonFile pythonFile) -
Uses of PythonFile in org.sonar.python.types
Methods in org.sonar.python.types with parameters of type PythonFileModifier and TypeMethodDescriptionstatic voidTypeInference.inferTypes(FileInput fileInput, PythonFile pythonFile)