Interface AmbiguousSymbol
-
- All Superinterfaces:
Symbol
- All Known Implementing Classes:
AmbiguousSymbolImpl
public interface AmbiguousSymbol extends Symbol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.symbols.Symbol
Symbol.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Symbol>alternatives()-
Methods inherited from interface org.sonar.plugins.python.api.symbols.Symbol
annotatedTypeName, fullyQualifiedName, is, kind, name, usages
-
-