Uses of Interface
org.sonar.plugins.python.api.PythonFile
-
Packages that use PythonFile Package Description org.sonar.plugins.python.api org.sonar.plugins.python.api.cfg org.sonar.python.cfg.fixpoint org.sonar.python.semantic org.sonar.python.types -
-
Uses of PythonFile in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonFile Modifier and Type Method Description PythonFilePythonVisitorContext. pythonFile()PythonFileSubscriptionContext. pythonFile()Constructors in org.sonar.plugins.python.api with parameters of type PythonFile Constructor Description 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) -
Uses of PythonFile in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg with parameters of type PythonFile Modifier and Type Method Description static 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 Constructor Description ReachingDefinitionsAnalysis(PythonFile pythonFile) -
Uses of PythonFile in org.sonar.python.semantic
Methods in org.sonar.python.semantic with parameters of type PythonFile Modifier and Type Method Description voidProjectLevelSymbolTable. addModule(FileInput fileInput, String packageName, PythonFile pythonFile)static PathSymbolUtils. pathOf(PythonFile pythonFile)Constructors in org.sonar.python.semantic with parameters of type PythonFile Constructor Description ClassSymbolImpl(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 PythonFile Modifier and Type Method Description static voidTypeInference. inferTypes(FileInput fileInput, PythonFile pythonFile)
-