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 -
-
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) -
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)
-