Uses of Interface
org.sonar.plugins.python.api.tree.HasSymbol
-
Packages that use HasSymbol Package Description org.sonar.plugins.python.api.tree org.sonar.python.quickfix org.sonar.python.tree -
-
Uses of HasSymbol in org.sonar.plugins.python.api.tree
Subinterfaces of HasSymbol in org.sonar.plugins.python.api.tree Modifier and Type Interface Description interfaceNameSee https://docs.python.org/3/reference/expressions.html#atom-identifiersinterfaceQualifiedExpressionQualified expression like "foo.bar" -
Uses of HasSymbol in org.sonar.python.quickfix
Methods in org.sonar.python.quickfix with parameters of type HasSymbol Modifier and Type Method Description static 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 Modifier and Type Class Description classNameImplclassQualifiedExpressionImpl
-