Uses of Interface
org.sonar.plugins.python.api.symbols.ClassSymbol
Packages that use ClassSymbol
Package
Description
-
Uses of ClassSymbol in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols with parameters of type ClassSymbol -
Uses of ClassSymbol in org.sonar.plugins.python.api.types
Methods in org.sonar.plugins.python.api.types that return ClassSymbolModifier and TypeMethodDescriptiondefault ClassSymbolInferredType.runtimeTypeSymbol()Returns type ClassSymbol only in case of RuntimeType. -
Uses of ClassSymbol in org.sonar.python.semantic
Classes in org.sonar.python.semantic that implement ClassSymbolMethods in org.sonar.python.semantic that return ClassSymbolModifier and TypeMethodDescriptionstatic ClassSymbolClassSymbolImpl.copyFrom(String name, ClassSymbol classSymbol) Methods in org.sonar.python.semantic with parameters of type ClassSymbolModifier and TypeMethodDescriptionstatic ClassSymbolClassSymbolImpl.copyFrom(String name, ClassSymbol classSymbol) booleanClassSymbolImpl.isOrExtends(ClassSymbol other) -
Uses of ClassSymbol in org.sonar.python.tree
Methods in org.sonar.python.tree that return ClassSymbolModifier and TypeMethodDescriptionstatic ClassSymbolTreeUtils.getClassSymbolFromDef(ClassDef classDef) -
Uses of ClassSymbol in org.sonar.python.types
Methods in org.sonar.python.types that return ClassSymbolModifier and TypeMethodDescriptionRuntimeType.getTypeClass()RuntimeType.runtimeTypeSymbol()static ClassSymbolTypeShed.typeShedClass(String fullyQualifiedName) Methods in org.sonar.python.types that return types with arguments of type ClassSymbolModifier and TypeMethodDescriptionstatic Collection<ClassSymbol>InferredTypes.typeSymbols(InferredType inferredType)