Interface ClassSymbol
-
- All Superinterfaces:
Symbol
- All Known Implementing Classes:
ClassSymbolImpl
public interface ClassSymbol 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 booleanhasUnresolvedTypeHierarchy()List<Symbol>superClasses()-
Methods inherited from interface org.sonar.plugins.python.api.symbols.Symbol
fullyQualifiedName, kind, name, usages
-
-