Uses of Interface
org.sonar.plugins.python.api.tree.FileInput
-
Packages that use FileInput Package Description org.sonar.plugins.python.api org.sonar.plugins.python.api.cfg org.sonar.plugins.python.api.tree org.sonar.python.semantic org.sonar.python.tree org.sonar.python.types -
-
Uses of FileInput in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return FileInput Modifier and Type Method Description FileInputParser. parse(String code)FileInputPythonVisitorContext. rootTree()Constructors in org.sonar.plugins.python.api with parameters of type FileInput Constructor Description PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName)PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, Map<String,Set<Symbol>> globalSymbols) -
Uses of FileInput in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg with parameters of type FileInput Modifier and Type Method Description static ControlFlowGraphControlFlowGraph. build(FileInput fileInput, PythonFile file) -
Uses of FileInput in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type FileInput Modifier and Type Method Description voidBaseTreeVisitor. visitFileInput(FileInput fileInput)voidTreeVisitor. visitFileInput(FileInput fileInput) -
Uses of FileInput in org.sonar.python.semantic
Methods in org.sonar.python.semantic with parameters of type FileInput Modifier and Type Method Description static Set<Symbol>SymbolUtils. globalSymbols(FileInput fileInput, String packageName, PythonFile pythonFile)voidSymbolTableBuilder. visitFileInput(FileInput fileInput) -
Uses of FileInput in org.sonar.python.tree
Classes in org.sonar.python.tree that implement FileInput Modifier and Type Class Description classFileInputImplMethods in org.sonar.python.tree that return FileInput Modifier and Type Method Description FileInputPythonTreeMaker. fileInput(com.sonar.sslr.api.AstNode astNode) -
Uses of FileInput in org.sonar.python.types
Methods in org.sonar.python.types with parameters of type FileInput Modifier and Type Method Description static voidTypeInference. inferTypes(FileInput fileInput)
-