Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.TypeKind
-
Packages that use SymbolsProtos.TypeKind Package Description org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.TypeKind in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.TypeKind Modifier and Type Method Description static SymbolsProtos.TypeKindSymbolsProtos.TypeKind. forNumber(int value)SymbolsProtos.TypeKindSymbolsProtos.Type.Builder. getKind().protoblog.TypeKind kind = 2;SymbolsProtos.TypeKindSymbolsProtos.Type. getKind().protoblog.TypeKind kind = 2;SymbolsProtos.TypeKindSymbolsProtos.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 type with the specified name.static SymbolsProtos.TypeKindSymbolsProtos.TypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static SymbolsProtos.TypeKind[]SymbolsProtos.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.TypeKind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SymbolsProtos.TypeKind>SymbolsProtos.TypeKind. internalGetValueMap()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.TypeKind Modifier and Type Method Description SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. setKind(SymbolsProtos.TypeKind value).protoblog.TypeKind kind = 2;
-