Uses of Enum Class
org.sonar.python.index.TypeAnnotationDescriptor.TypeKind
Packages that use TypeAnnotationDescriptor.TypeKind
-
Uses of TypeAnnotationDescriptor.TypeKind in org.sonar.python.index
Methods in org.sonar.python.index that return TypeAnnotationDescriptor.TypeKindModifier and TypeMethodDescriptionTypeAnnotationDescriptor.kind()Returns the enum constant of this class with the specified name.static TypeAnnotationDescriptor.TypeKind[]TypeAnnotationDescriptor.TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sonar.python.index with parameters of type TypeAnnotationDescriptor.TypeKindModifierConstructorDescriptionTypeAnnotationDescriptor(String prettyPrintedName, TypeAnnotationDescriptor.TypeKind kind, List<TypeAnnotationDescriptor> args, String fullyQualifiedName)