Uses of Class
org.sonar.python.semantic.v2.ClassTypeBuilder
Packages that use ClassTypeBuilder
-
Uses of ClassTypeBuilder in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return ClassTypeBuilderModifier and TypeMethodDescriptionClassTypeBuilder.addSuperClass(PythonType type) ClassTypeBuilder.addSuperClass(TypeWrapper typeWrapper) ClassTypeBuilder.withDefinitionLocation(LocationInFile definitionLocation) ClassTypeBuilder.withHasDecorators(boolean hasDecorators) ClassTypeBuilder.withIsGeneric(boolean isGeneric) ClassTypeBuilder.withSuperClasses(PythonType... types)