Uses of Interface
org.sonar.python.PythonFile
-
Packages that use PythonFile Package Description org.sonar.python -
-
Uses of PythonFile in org.sonar.python
Methods in org.sonar.python that return PythonFile Modifier and Type Method Description PythonFilePythonVisitorContext. pythonFile()Constructors in org.sonar.python with parameters of type PythonFile Constructor Description PythonVisitorContext(com.sonar.sslr.api.AstNode rootTree, PythonFile pythonFile)PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException)
-