Uses of Class
org.sonar.plugins.python.api.LocationInFile
-
Packages that use LocationInFile Package Description org.sonar.plugins.python.api org.sonar.plugins.python.api.symbols org.sonar.python.semantic org.sonar.python.tree -
-
Uses of LocationInFile in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api with parameters of type LocationInFile Modifier and Type Method Description PythonCheck.PreciseIssueSubscriptionContext. addIssue(LocationInFile location, String message)static IssueLocationIssueLocation. preciseLocation(LocationInFile locationInFile, String message)PythonCheck.PreciseIssuePythonCheck.PreciseIssue. secondary(LocationInFile locationInFile, String message) -
Uses of LocationInFile in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return LocationInFile Modifier and Type Method Description LocationInFileClassSymbol. definitionLocation()LocationInFileFunctionSymbol. definitionLocation()LocationInFileFunctionSymbol.Parameter. location() -
Uses of LocationInFile in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return LocationInFile Modifier and Type Method Description LocationInFileClassSymbolImpl. definitionLocation()LocationInFileFunctionSymbolImpl. definitionLocation()Constructors in org.sonar.python.semantic with parameters of type LocationInFile Constructor Description ClassSymbolImpl(String name, String fullyQualifiedName, LocationInFile definitionLocation) -
Uses of LocationInFile in org.sonar.python.tree
Methods in org.sonar.python.tree that return LocationInFile Modifier and Type Method Description static LocationInFileTreeUtils. locationInFile(Tree tree, String fileId)
-