public static enum ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType extends Enum<ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType> implements com.google.protobuf.ProtocolMessageEnum
IlInstructionMsg.IlPrimitiveType| Enum Constant and Description |
|---|
I
I = 12; |
I1
I1 = 2; |
I2
I2 = 3; |
I4
I4 = 4; |
I8
I8 = 5; |
None
None = 1; |
NONE_PRIMITIVE_TYPE
NONE_PRIMITIVE_TYPE = 0; |
R
R = 15; |
R4
R4 = 6; |
R8
R8 = 7; |
Ref
Ref = 14; |
U
U = 13; |
U1
U1 = 8; |
U2
U2 = 9; |
U4
U4 = 10; |
U8
U8 = 11; |
Unknown
Unknown = 16; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
I_VALUE
I = 12; |
static int |
I1_VALUE
I1 = 2; |
static int |
I2_VALUE
I2 = 3; |
static int |
I4_VALUE
I4 = 4; |
static int |
I8_VALUE
I8 = 5; |
static int |
NONE_PRIMITIVE_TYPE_VALUE
NONE_PRIMITIVE_TYPE = 0; |
static int |
None_VALUE
None = 1; |
static int |
R_VALUE
R = 15; |
static int |
R4_VALUE
R4 = 6; |
static int |
R8_VALUE
R8 = 7; |
static int |
Ref_VALUE
Ref = 14; |
static int |
U_VALUE
U = 13; |
static int |
U1_VALUE
U1 = 8; |
static int |
U2_VALUE
U2 = 9; |
static int |
U4_VALUE
U4 = 10; |
static int |
U8_VALUE
U8 = 11; |
static int |
Unknown_VALUE
Unknown = 16; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType |
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<ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType> |
internalGetValueMap() |
static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType NONE_PRIMITIVE_TYPE
NONE_PRIMITIVE_TYPE = 0;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType None
None = 1;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType I1
I1 = 2;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType I2
I2 = 3;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType I4
I4 = 4;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType I8
I8 = 5;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType R4
R4 = 6;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType R8
R8 = 7;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType U1
U1 = 8;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType U2
U2 = 9;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType U4
U4 = 10;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType U8
U8 = 11;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType I
I = 12;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType U
U = 13;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType Ref
Ref = 14;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType R
R = 15;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType Unknown
Unknown = 16;public static final ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType UNRECOGNIZED
public static final int NONE_PRIMITIVE_TYPE_VALUE
NONE_PRIMITIVE_TYPE = 0;public static final int None_VALUE
None = 1;public static final int I1_VALUE
I1 = 2;public static final int I2_VALUE
I2 = 3;public static final int I4_VALUE
I4 = 4;public static final int I8_VALUE
I8 = 5;public static final int R4_VALUE
R4 = 6;public static final int R8_VALUE
R8 = 7;public static final int U1_VALUE
U1 = 8;public static final int U2_VALUE
U2 = 9;public static final int U4_VALUE
U4 = 10;public static final int U8_VALUE
U8 = 11;public static final int I_VALUE
I = 12;public static final int U_VALUE
U = 13;public static final int Ref_VALUE
Ref = 14;public static final int R_VALUE
R = 15;public static final int Unknown_VALUE
Unknown = 16;public static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType[] values()
for (ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType c : ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType.values()) System.out.println(c);
public static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType 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 ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType> 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 ProtoIlInstructions.IlInstructionMsg.IlPrimitiveType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.