Uses of Interface
org.sonar.plugins.python.api.symbols.ClassSymbol
-
Packages that use ClassSymbol Package Description org.sonar.plugins.python.api.symbols org.sonar.python.semantic org.sonar.python.tree org.sonar.python.types -
-
Uses of ClassSymbol in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols with parameters of type ClassSymbol Modifier and Type Method Description booleanClassSymbol. isOrExtends(ClassSymbol other) -
Uses of ClassSymbol in org.sonar.python.semantic
Classes in org.sonar.python.semantic that implement ClassSymbol Modifier and Type Class Description classClassSymbolImplMethods in org.sonar.python.semantic with parameters of type ClassSymbol Modifier and Type Method Description booleanClassSymbolImpl. isOrExtends(ClassSymbol other) -
Uses of ClassSymbol in org.sonar.python.tree
Methods in org.sonar.python.tree that return ClassSymbol Modifier and Type Method Description static ClassSymbolTreeUtils. getClassSymbolFromDef(ClassDef classDef) -
Uses of ClassSymbol in org.sonar.python.types
Methods in org.sonar.python.types that return ClassSymbol Modifier and Type Method Description static ClassSymbolTypeShed. typeShedClass(String fullyQualifiedName)
-