Uses of Interface
org.sonar.plugins.python.api.types.v2.TypeWrapper
Packages that use TypeWrapper
Package
Description
-
Uses of TypeWrapper in org.sonar.plugins.python.api.types.v2
Fields in org.sonar.plugins.python.api.types.v2 declared as TypeWrapperMethods in org.sonar.plugins.python.api.types.v2 that return TypeWrapperModifier and TypeMethodDescriptionParameterV2.declaredType()Returns the value of thedeclaredTyperecord component.static TypeWrapperTypeWrapper.of(PythonType type) ObjectType.typeWrapper()SelfType.typeWrapper()Methods in org.sonar.plugins.python.api.types.v2 that return types with arguments of type TypeWrapperModifier and TypeMethodDescriptionFunctionType.decorators()ModuleType.members()ClassType.superClasses()Methods in org.sonar.plugins.python.api.types.v2 with parameters of type TypeWrapperModifier and TypeMethodDescriptionstatic ObjectType.BuilderObjectType.Builder.fromTypeWrapper(TypeWrapper typeWrapper) static PythonTypeSelfType.fromTypeWrapper(TypeWrapper typeWrapper) Constructors in org.sonar.plugins.python.api.types.v2 with parameters of type TypeWrapperModifierConstructorDescriptionFunctionType(String name, String fullyQualifiedName, List<PythonType> attributes, List<ParameterV2> parameters, List<TypeWrapper> decorators, TypeWrapper returnType, TypeOrigin typeOrigin, boolean isAsynchronous, boolean hasDecorators, boolean isInstanceMethod, boolean isClassMethod, boolean hasVariadicParameter, PythonType owner, LocationInFile locationInFile) ParameterV2(String name, TypeWrapper declaredType, boolean hasDefaultValue, boolean isKeywordOnly, boolean isPositionalOnly, boolean isKeywordVariadic, boolean isPositionalVariadic, LocationInFile location) Creates an instance of aParameterV2record class.Constructor parameters in org.sonar.plugins.python.api.types.v2 with type arguments of type TypeWrapperModifierConstructorDescriptionModuleType(String name, String fullyQualifiedName, ModuleType parent, Map<String, TypeWrapper> members) ModuleType(String name, ModuleType parent, Map<String, TypeWrapper> members) -
Uses of TypeWrapper in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return TypeWrapperMethods in org.sonar.python.semantic.v2 with parameters of type TypeWrapperModifier and TypeMethodDescriptionClassTypeBuilder.addSuperClass(TypeWrapper typeWrapper) FunctionTypeBuilder.withReturnType(TypeWrapper returnType) Method parameters in org.sonar.python.semantic.v2 with type arguments of type TypeWrapperModifier and TypeMethodDescriptionFunctionTypeBuilder.withDecorators(List<TypeWrapper> decorators) -
Uses of TypeWrapper in org.sonar.python.semantic.v2.converter
Methods in org.sonar.python.semantic.v2.converter that return types with arguments of type TypeWrapperModifier and TypeMethodDescriptionAnyDescriptorToPythonTypeConverter.convertModuleType(String moduleFqn, Map<String, Descriptor> stringDescriptorMap) -
Uses of TypeWrapper in org.sonar.python.semantic.v2.dynamicstubs
Methods in org.sonar.python.semantic.v2.dynamicstubs that return types with arguments of type TypeWrapperModifier and TypeMethodDescriptionstatic Map<String, TypeWrapper> DynamicStubsProvider.createDynamicStubs(String moduleFqn) -
Uses of TypeWrapper in org.sonar.python.types.v2
Classes in org.sonar.python.types.v2 that implement TypeWrapper