Uses of Class
org.sonar.plugins.python.api.LocationInFile
-
-
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.index
Methods in org.sonar.python.index that return LocationInFile Modifier and Type Method Description LocationInFileClassDescriptor. definitionLocation()LocationInFileFunctionDescriptor. definitionLocation()LocationInFileFunctionDescriptor.Parameter. location()Methods in org.sonar.python.index with parameters of type LocationInFile Modifier and Type Method Description ClassDescriptor.ClassDescriptorBuilderClassDescriptor.ClassDescriptorBuilder. withDefinitionLocation(LocationInFile definitionLocation)FunctionDescriptor.FunctionDescriptorBuilderFunctionDescriptor.FunctionDescriptorBuilder. withDefinitionLocation(LocationInFile definitionLocation)Constructors in org.sonar.python.index with parameters of type LocationInFile Constructor Description ClassDescriptor(String name, String fullyQualifiedName, Collection<String> superClasses, Collection<Descriptor> members, boolean hasDecorators, LocationInFile definitionLocation, boolean hasSuperClassWithoutDescriptor, boolean hasMetaClass, String metaclassFQN, boolean supportsGenerics)Parameter(String name, String annotatedType, boolean hasDefaultValue, boolean isKeywordOnly, boolean isPositionalOnly, boolean isPositionalVariadic, boolean isKeywordVariadic, LocationInFile location) -
Uses of LocationInFile in org.sonar.python.regex
Methods in org.sonar.python.regex that return LocationInFile Modifier and Type Method Description LocationInFilePythonAnalyzerRegexSource. locationInFileFor(org.sonarsource.analyzer.commons.regex.ast.IndexRange range) -
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()LocationInFileFunctionSymbolImpl.ParameterImpl. location()Constructors in org.sonar.python.semantic with parameters of type LocationInFile Constructor Description ClassSymbolImpl(String name, String fullyQualifiedName, LocationInFile location) -
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) -
Uses of LocationInFile in org.sonar.python.types
Methods in org.sonar.python.types that return LocationInFile Modifier and Type Method Description static LocationInFileInferredTypes. typeClassLocation(InferredType inferredType)
-