Uses of Interface
org.sonar.plugins.python.api.tree.HasSymbol
Packages that use HasSymbol
Package
Description
-
Uses of HasSymbol in org.sonar.plugins.python.api.tree
Subinterfaces of HasSymbol in org.sonar.plugins.python.api.treeModifier and TypeInterfaceDescriptioninterfaceSee https://docs.python.org/3/reference/expressions.html#atom-identifiersinterfaceQualified expression like "foo.bar" -
Uses of HasSymbol in org.sonar.python.quickfix
Methods in org.sonar.python.quickfix with parameters of type HasSymbolModifier and TypeMethodDescriptionstatic List<PythonTextEdit> TextEditUtils.renameAllUsages(HasSymbol node, String newName) Returns a list of all replacements for the symbol to new name. -
Uses of HasSymbol in org.sonar.python.tree
Classes in org.sonar.python.tree that implement HasSymbol