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) PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) -
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)