Uses of Enum Class
org.sonar.plugins.python.api.types.v2.TypeOrigin
Packages that use TypeOrigin
Package
Description
-
Uses of TypeOrigin in org.sonar.plugins.python.api.types.v2
Methods in org.sonar.plugins.python.api.types.v2 that return TypeOriginModifier and TypeMethodDescriptionFunctionType.typeOrigin()static TypeOriginReturns the enum constant of this class with the specified name.static TypeOrigin[]TypeOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sonar.plugins.python.api.types.v2 with parameters of type TypeOriginModifierConstructorDescriptionFunctionType(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) -
Uses of TypeOrigin in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type TypeOrigin -
Uses of TypeOrigin in org.sonar.python.semantic.v2.converter
Methods in org.sonar.python.semantic.v2.converter that return TypeOriginMethods in org.sonar.python.semantic.v2.converter with parameters of type TypeOriginModifier and TypeMethodDescriptionAnyDescriptorToPythonTypeConverter.convert(String moduleFqn, Descriptor from, TypeOrigin typeOrigin) Constructors in org.sonar.python.semantic.v2.converter with parameters of type TypeOriginModifierConstructorDescriptionConversionContext(String moduleFqn, LazyTypesContext lazyTypesContext, DescriptorToPythonTypeConverter converter, TypeOrigin typeOrigin)