Uses of Enum Class
org.sonar.python.types.protobuf.SymbolsProtos.TypeKind
Packages that use SymbolsProtos.TypeKind
-
Uses of SymbolsProtos.TypeKind in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.TypeKindModifier and TypeMethodDescriptionstatic SymbolsProtos.TypeKindSymbolsProtos.TypeKind.forNumber(int value) SymbolsProtos.Type.Builder.getKind().protoblog.TypeKind kind = 2;SymbolsProtos.Type.getKind().protoblog.TypeKind kind = 2;SymbolsProtos.TypeOrBuilder.getKind().protoblog.TypeKind kind = 2;static SymbolsProtos.TypeKindSymbolsProtos.TypeKind.valueOf(int value) Deprecated.static SymbolsProtos.TypeKindSymbolsProtos.TypeKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SymbolsProtos.TypeKindReturns the enum constant of this class with the specified name.static SymbolsProtos.TypeKind[]SymbolsProtos.TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.TypeKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SymbolsProtos.TypeKind>SymbolsProtos.TypeKind.internalGetValueMap()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.TypeKindModifier and TypeMethodDescriptionSymbolsProtos.Type.Builder.setKind(SymbolsProtos.TypeKind value) .protoblog.TypeKind kind = 2;