Uses of Interface
org.sonar.plugins.python.api.tree.FileInput
Packages that use FileInput
Package
Description
-
Uses of FileInput in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return FileInputConstructors in org.sonar.plugins.python.api with parameters of type FileInputModifierConstructorDescriptionPythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName) PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) -
Uses of FileInput in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg with parameters of type FileInputModifier and TypeMethodDescriptionstatic 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 FileInputModifier and TypeMethodDescriptionvoidBaseTreeVisitor.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 FileInputModifier and TypeMethodDescriptionvoidProjectLevelSymbolTable.addModule(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 FileInputMethods in org.sonar.python.tree that return FileInput -
Uses of FileInput in org.sonar.python.types
Methods in org.sonar.python.types with parameters of type FileInputModifier and TypeMethodDescriptionstatic voidTypeInference.inferTypes(FileInput fileInput, PythonFile pythonFile)