public static enum ProtoAssemblyAllTypes.TypeKindDef extends Enum<ProtoAssemblyAllTypes.TypeKindDef> implements com.google.protobuf.ProtocolMessageEnum
TypeKindDef| Enum Constant and Description |
|---|
ARG_LIST
ARG_LIST = 18; |
ARRAY
ARRAY = 14; |
BY_REF
BY_REF = 16; |
BY_REF_AND_ARRAY
BY_REF_AND_ARRAY = 25; |
CLASS
CLASS = 2; |
DELEGATE
DELEGATE = 5; |
DYNAMIC
DYNAMIC = 11; |
ENUM
ENUM = 6; |
FUNCTION_POINTER
FUNCTION_POINTER = 24; |
INTERFACE
INTERFACE = 3; |
INTERSECTION
INTERSECTION = 17; |
MOD_OPT
MOD_OPT = 20; |
MOD_REQ
MOD_REQ = 21; |
N_INT
N_INT = 22; |
N_UINT
N_UINT = 23; |
NO_TYPE
NO_TYPE = 0; |
NONE_TYPE
NONE_TYPE = 10; |
NULL
NULL = 9; |
OTHER
OTHER = 1; |
POINTER
POINTER = 15; |
STRUCT
STRUCT = 4; |
TUPLE
TUPLE = 19; |
TYPE_PARAMETER
TYPE_PARAMETER = 13; |
UNBOUND_TYPE_ARG
UNBOUND_TYPE_ARG = 12; |
UNKNOWN
UNKNOWN = 8; |
UNRECOGNIZED |
VOID
VOID = 7; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARG_LIST_VALUE
ARG_LIST = 18; |
static int |
ARRAY_VALUE
ARRAY = 14; |
static int |
BY_REF_AND_ARRAY_VALUE
BY_REF_AND_ARRAY = 25; |
static int |
BY_REF_VALUE
BY_REF = 16; |
static int |
CLASS_VALUE
CLASS = 2; |
static int |
DELEGATE_VALUE
DELEGATE = 5; |
static int |
DYNAMIC_VALUE
DYNAMIC = 11; |
static int |
ENUM_VALUE
ENUM = 6; |
static int |
FUNCTION_POINTER_VALUE
FUNCTION_POINTER = 24; |
static int |
INTERFACE_VALUE
INTERFACE = 3; |
static int |
INTERSECTION_VALUE
INTERSECTION = 17; |
static int |
MOD_OPT_VALUE
MOD_OPT = 20; |
static int |
MOD_REQ_VALUE
MOD_REQ = 21; |
static int |
N_INT_VALUE
N_INT = 22; |
static int |
N_UINT_VALUE
N_UINT = 23; |
static int |
NO_TYPE_VALUE
NO_TYPE = 0; |
static int |
NONE_TYPE_VALUE
NONE_TYPE = 10; |
static int |
NULL_VALUE
NULL = 9; |
static int |
OTHER_VALUE
OTHER = 1; |
static int |
POINTER_VALUE
POINTER = 15; |
static int |
STRUCT_VALUE
STRUCT = 4; |
static int |
TUPLE_VALUE
TUPLE = 19; |
static int |
TYPE_PARAMETER_VALUE
TYPE_PARAMETER = 13; |
static int |
UNBOUND_TYPE_ARG_VALUE
UNBOUND_TYPE_ARG = 12; |
static int |
UNKNOWN_VALUE
UNKNOWN = 8; |
static int |
VOID_VALUE
VOID = 7; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoAssemblyAllTypes.TypeKindDef |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ProtoAssemblyAllTypes.TypeKindDef> |
internalGetValueMap() |
static ProtoAssemblyAllTypes.TypeKindDef |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoAssemblyAllTypes.TypeKindDef |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoAssemblyAllTypes.TypeKindDef |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoAssemblyAllTypes.TypeKindDef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoAssemblyAllTypes.TypeKindDef NO_TYPE
NO_TYPE = 0;public static final ProtoAssemblyAllTypes.TypeKindDef OTHER
OTHER = 1;public static final ProtoAssemblyAllTypes.TypeKindDef CLASS
CLASS = 2;public static final ProtoAssemblyAllTypes.TypeKindDef INTERFACE
INTERFACE = 3;public static final ProtoAssemblyAllTypes.TypeKindDef STRUCT
STRUCT = 4;public static final ProtoAssemblyAllTypes.TypeKindDef DELEGATE
DELEGATE = 5;public static final ProtoAssemblyAllTypes.TypeKindDef ENUM
ENUM = 6;public static final ProtoAssemblyAllTypes.TypeKindDef VOID
VOID = 7;public static final ProtoAssemblyAllTypes.TypeKindDef UNKNOWN
UNKNOWN = 8;public static final ProtoAssemblyAllTypes.TypeKindDef NULL
NULL = 9;public static final ProtoAssemblyAllTypes.TypeKindDef NONE_TYPE
NONE_TYPE = 10;public static final ProtoAssemblyAllTypes.TypeKindDef DYNAMIC
DYNAMIC = 11;public static final ProtoAssemblyAllTypes.TypeKindDef UNBOUND_TYPE_ARG
UNBOUND_TYPE_ARG = 12;public static final ProtoAssemblyAllTypes.TypeKindDef TYPE_PARAMETER
TYPE_PARAMETER = 13;public static final ProtoAssemblyAllTypes.TypeKindDef ARRAY
ARRAY = 14;public static final ProtoAssemblyAllTypes.TypeKindDef POINTER
POINTER = 15;public static final ProtoAssemblyAllTypes.TypeKindDef BY_REF
BY_REF = 16;public static final ProtoAssemblyAllTypes.TypeKindDef INTERSECTION
INTERSECTION = 17;public static final ProtoAssemblyAllTypes.TypeKindDef ARG_LIST
ARG_LIST = 18;public static final ProtoAssemblyAllTypes.TypeKindDef TUPLE
TUPLE = 19;public static final ProtoAssemblyAllTypes.TypeKindDef MOD_OPT
MOD_OPT = 20;public static final ProtoAssemblyAllTypes.TypeKindDef MOD_REQ
MOD_REQ = 21;public static final ProtoAssemblyAllTypes.TypeKindDef N_INT
N_INT = 22;public static final ProtoAssemblyAllTypes.TypeKindDef N_UINT
N_UINT = 23;public static final ProtoAssemblyAllTypes.TypeKindDef FUNCTION_POINTER
FUNCTION_POINTER = 24;public static final ProtoAssemblyAllTypes.TypeKindDef BY_REF_AND_ARRAY
BY_REF_AND_ARRAY = 25;public static final ProtoAssemblyAllTypes.TypeKindDef UNRECOGNIZED
public static final int NO_TYPE_VALUE
NO_TYPE = 0;public static final int OTHER_VALUE
OTHER = 1;public static final int CLASS_VALUE
CLASS = 2;public static final int INTERFACE_VALUE
INTERFACE = 3;public static final int STRUCT_VALUE
STRUCT = 4;public static final int DELEGATE_VALUE
DELEGATE = 5;public static final int ENUM_VALUE
ENUM = 6;public static final int VOID_VALUE
VOID = 7;public static final int UNKNOWN_VALUE
UNKNOWN = 8;public static final int NULL_VALUE
NULL = 9;public static final int NONE_TYPE_VALUE
NONE_TYPE = 10;public static final int DYNAMIC_VALUE
DYNAMIC = 11;public static final int UNBOUND_TYPE_ARG_VALUE
UNBOUND_TYPE_ARG = 12;public static final int TYPE_PARAMETER_VALUE
TYPE_PARAMETER = 13;public static final int ARRAY_VALUE
ARRAY = 14;public static final int POINTER_VALUE
POINTER = 15;public static final int BY_REF_VALUE
BY_REF = 16;public static final int INTERSECTION_VALUE
INTERSECTION = 17;public static final int ARG_LIST_VALUE
ARG_LIST = 18;public static final int TUPLE_VALUE
TUPLE = 19;public static final int MOD_OPT_VALUE
MOD_OPT = 20;public static final int MOD_REQ_VALUE
MOD_REQ = 21;public static final int N_INT_VALUE
N_INT = 22;public static final int N_UINT_VALUE
N_UINT = 23;public static final int FUNCTION_POINTER_VALUE
FUNCTION_POINTER = 24;public static final int BY_REF_AND_ARRAY_VALUE
BY_REF_AND_ARRAY = 25;public static ProtoAssemblyAllTypes.TypeKindDef[] values()
for (ProtoAssemblyAllTypes.TypeKindDef c : ProtoAssemblyAllTypes.TypeKindDef.values()) System.out.println(c);
public static ProtoAssemblyAllTypes.TypeKindDef valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ProtoAssemblyAllTypes.TypeKindDef valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoAssemblyAllTypes.TypeKindDef forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoAssemblyAllTypes.TypeKindDef> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ProtoAssemblyAllTypes.TypeKindDef valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.