Uses of Class
org.sonar.plugins.python.api.LocationInFile
Packages that use LocationInFile
Package
Description
-
Uses of LocationInFile in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api with parameters of type LocationInFileModifier and TypeMethodDescriptionSubscriptionContext.addIssue(LocationInFile location, String message) static IssueLocationIssueLocation.preciseLocation(LocationInFile locationInFile, String message) PythonCheck.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 LocationInFileModifier and TypeMethodDescriptionClassSymbol.definitionLocation()FunctionSymbol.definitionLocation()FunctionSymbol.Parameter.location() -
Uses of LocationInFile in org.sonar.python.index
Methods in org.sonar.python.index that return LocationInFileModifier and TypeMethodDescriptionClassDescriptor.definitionLocation()FunctionDescriptor.definitionLocation()static LocationInFileDescriptorsToProtobuf.fromProtobuf(DescriptorsProtos.LocationInFile locationInFileProto) FunctionDescriptor.Parameter.location()Methods in org.sonar.python.index with parameters of type LocationInFileModifier and TypeMethodDescriptionDescriptorsToProtobuf.toProtobuf(LocationInFile locationInFile) ClassDescriptor.ClassDescriptorBuilder.withDefinitionLocation(LocationInFile definitionLocation) FunctionDescriptor.FunctionDescriptorBuilder.withDefinitionLocation(LocationInFile definitionLocation) Constructors in org.sonar.python.index with parameters of type LocationInFileModifierConstructorDescriptionClassDescriptor(String name, String fullyQualifiedName, Collection<String> superClasses, Set<Descriptor> members, boolean hasDecorators, LocationInFile definitionLocation, boolean hasSuperClassWithoutDescriptor, boolean hasMetaClass, String metaclassFQN, boolean supportsGenerics) FunctionDescriptor(String name, String fullyQualifiedName, List<FunctionDescriptor.Parameter> parameters, boolean isAsynchronous, boolean isInstanceMethod, List<String> decorators, boolean hasDecorators, LocationInFile definitionLocation, String annotatedReturnTypeName) 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 LocationInFileModifier and TypeMethodDescriptionPythonAnalyzerRegexSource.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 LocationInFileModifier and TypeMethodDescriptionClassSymbolImpl.definitionLocation()FunctionSymbolImpl.definitionLocation()FunctionSymbolImpl.ParameterImpl.location()Constructors in org.sonar.python.semantic with parameters of type LocationInFileModifierConstructorDescriptionClassSymbolImpl(String name, String fullyQualifiedName, LocationInFile location) -
Uses of LocationInFile in org.sonar.python.tree
Methods in org.sonar.python.tree that return LocationInFileModifier and TypeMethodDescriptionstatic LocationInFileTreeUtils.locationInFile(Tree tree, String fileId) -
Uses of LocationInFile in org.sonar.python.types
Methods in org.sonar.python.types that return LocationInFileModifier and TypeMethodDescriptionstatic LocationInFileInferredTypes.typeClassLocation(InferredType inferredType)