Uses of Interface
org.sonar.plugins.python.api.PythonFile
Packages that use PythonFile
Package
Description
-
Uses of PythonFile in org.sonar.plugins.python
Classes in org.sonar.plugins.python that implement PythonFileModifier and TypeClassDescriptionclassstatic classMethods in org.sonar.plugins.python that return PythonFileModifier and TypeMethodDescriptionstatic PythonFileSonarQubePythonFile.create(org.sonar.api.batch.fs.InputFile inputFile) static PythonFileSonarQubePythonFile.create(PythonInputFile pythonInputFile) -
Uses of PythonFile in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonFileModifier and TypeMethodDescriptionPythonInputFileContext.pythonFile()SubscriptionContext.pythonFile()Methods in org.sonar.plugins.python.api with parameters of type PythonFileModifier and TypeMethodDescriptionstatic IssueLocationIssueLocation.atLineLevel(String message, int lineNumber, PythonFile pythonInputFile) Constructors in org.sonar.plugins.python.api with parameters of type PythonFileModifierConstructorDescriptionBuilder(FileInput rootTree, PythonFile pythonFile) PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct, ProjectLevelSymbolTable projectLevelSymbolTable) PythonInputFileContext(PythonFile pythonFile, File workingDirectory, CacheContext cacheContext, ProjectLevelSymbolTable projectLevelSymbolTable) PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException, 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
Classes in org.sonar.python that implement PythonFile -
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.semantic.v2
Constructors in org.sonar.python.semantic.v2 with parameters of type PythonFileModifierConstructorDescriptionTypeInferenceV2(TypeTable projectLevelTypeTable, PythonFile pythonFile, SymbolTable symbolTable, String packageName) -
Uses of PythonFile in org.sonar.python.semantic.v2.types
Constructors in org.sonar.python.semantic.v2.types with parameters of type PythonFileModifierConstructorDescriptionTrivialTypeInferenceVisitor(TypeTable projectLevelTypeTable, PythonFile pythonFile, String fullyQualifiedModuleName) -
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)