Uses of Class
org.sonar.plugins.python.api.types.v2.ClassType
Packages that use ClassType
-
Uses of ClassType in org.sonar.plugins.python.api.types.v2
Methods in org.sonar.plugins.python.api.types.v2 that return types with arguments of type ClassTypeModifier and TypeMethodDescriptionClassType.mro()Computes the C3 linearization (Method Resolution Order) for this class.Methods in org.sonar.plugins.python.api.types.v2 with parameters of type ClassTypeModifier and TypeMethodDescriptionbooleanClassType.areAttributesCompatible(ClassType other) booleanClassType.isASubClassFrom(ClassType other) Method parameters in org.sonar.plugins.python.api.types.v2 with type arguments of type ClassTypeModifier and TypeMethodDescriptionstatic booleanClassType.wouldHaveValidMro(List<ClassType> bases) Returns whether C3 linearization would succeed at runtime for a hypothetical class whose direct bases are exactlybasesin order. -
Uses of ClassType in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return ClassType