public static enum ProtoIlInstructions.IlInstructionMsg.IlStackType extends Enum<ProtoIlInstructions.IlInstructionMsg.IlStackType> implements com.google.protobuf.ProtocolMessageEnum
IlInstructionMsg.IlStackType| Enum Constant and Description |
|---|
F4
F4 = 5; |
F8
F8 = 6; |
I_STACK
I_STACK = 3; |
I4_STACK
I4_STACK = 2; |
I8_STACK
I8_STACK = 4; |
NONE_STACK_TYPE
NONE_STACK_TYPE = 0; |
O
O = 7; |
Ref_STACK
Ref_STACK = 8; |
Unknown_STACK
Unknown_STACK = 1; |
UNRECOGNIZED |
Void
Void = 9; |
| Modifier and Type | Field and Description |
|---|---|
static int |
F4_VALUE
F4 = 5; |
static int |
F8_VALUE
F8 = 6; |
static int |
I_STACK_VALUE
I_STACK = 3; |
static int |
I4_STACK_VALUE
I4_STACK = 2; |
static int |
I8_STACK_VALUE
I8_STACK = 4; |
static int |
NONE_STACK_TYPE_VALUE
NONE_STACK_TYPE = 0; |
static int |
O_VALUE
O = 7; |
static int |
Ref_STACK_VALUE
Ref_STACK = 8; |
static int |
Unknown_STACK_VALUE
Unknown_STACK = 1; |
static int |
Void_VALUE
Void = 9; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoIlInstructions.IlInstructionMsg.IlStackType |
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.IlStackType> |
internalGetValueMap() |
static ProtoIlInstructions.IlInstructionMsg.IlStackType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoIlInstructions.IlInstructionMsg.IlStackType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoIlInstructions.IlInstructionMsg.IlStackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoIlInstructions.IlInstructionMsg.IlStackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoIlInstructions.IlInstructionMsg.IlStackType NONE_STACK_TYPE
NONE_STACK_TYPE = 0;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType Unknown_STACK
Unknown_STACK = 1;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType I4_STACK
I4_STACK = 2;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType I_STACK
I_STACK = 3;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType I8_STACK
I8_STACK = 4;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType F4
F4 = 5;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType F8
F8 = 6;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType O
O = 7;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType Ref_STACK
Ref_STACK = 8;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType Void
Void = 9;public static final ProtoIlInstructions.IlInstructionMsg.IlStackType UNRECOGNIZED
public static final int NONE_STACK_TYPE_VALUE
NONE_STACK_TYPE = 0;public static final int Unknown_STACK_VALUE
Unknown_STACK = 1;public static final int I4_STACK_VALUE
I4_STACK = 2;public static final int I_STACK_VALUE
I_STACK = 3;public static final int I8_STACK_VALUE
I8_STACK = 4;public static final int F4_VALUE
F4 = 5;public static final int F8_VALUE
F8 = 6;public static final int O_VALUE
O = 7;public static final int Ref_STACK_VALUE
Ref_STACK = 8;public static final int Void_VALUE
Void = 9;public static ProtoIlInstructions.IlInstructionMsg.IlStackType[] values()
for (ProtoIlInstructions.IlInstructionMsg.IlStackType c : ProtoIlInstructions.IlInstructionMsg.IlStackType.values()) System.out.println(c);
public static ProtoIlInstructions.IlInstructionMsg.IlStackType 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.IlStackType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoIlInstructions.IlInstructionMsg.IlStackType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoIlInstructions.IlInstructionMsg.IlStackType> 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.IlStackType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.