Uses of Interface
org.sonar.plugins.python.api.symbols.AmbiguousSymbol
-
Packages that use AmbiguousSymbol Package Description org.sonar.python.index org.sonar.python.semantic -
-
Uses of AmbiguousSymbol in org.sonar.python.index
Methods in org.sonar.python.index with parameters of type AmbiguousSymbol Modifier and Type Method Description static AmbiguousDescriptorDescriptorUtils. ambiguousDescriptor(AmbiguousSymbol ambiguousSymbol, String overriddenFQN) -
Uses of AmbiguousSymbol in org.sonar.python.semantic
Classes in org.sonar.python.semantic that implement AmbiguousSymbol Modifier and Type Class Description classAmbiguousSymbolImplMethods in org.sonar.python.semantic that return AmbiguousSymbol Modifier and Type Method Description static AmbiguousSymbolAmbiguousSymbolImpl. create(Set<Symbol> symbols)static AmbiguousSymbolAmbiguousSymbolImpl. create(Symbol... symbols)
-