public static enum ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator extends Enum<ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator> implements com.google.protobuf.ProtocolMessageEnum
BINARY_NUMERIC_INSTRUCTIONProtobuf enum
IlInstructionMsg.IlBinaryNumericOperator| Enum Constant and Description |
|---|
Add
Add = 1; |
BitAnd
BitAnd = 6; |
BitOr
BitOr = 7; |
BitXor
BitXor = 8; |
Div
Div = 4; |
Mul
Mul = 3; |
NONE_BINARY
NONE_BINARY = 0; |
Rem
Rem = 5; |
ShiftLeft
ShiftLeft = 9; |
ShiftRight
ShiftRight = 10; |
Sub
Sub = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
Add_VALUE
Add = 1; |
static int |
BitAnd_VALUE
BitAnd = 6; |
static int |
BitOr_VALUE
BitOr = 7; |
static int |
BitXor_VALUE
BitXor = 8; |
static int |
Div_VALUE
Div = 4; |
static int |
Mul_VALUE
Mul = 3; |
static int |
NONE_BINARY_VALUE
NONE_BINARY = 0; |
static int |
Rem_VALUE
Rem = 5; |
static int |
ShiftLeft_VALUE
ShiftLeft = 9; |
static int |
ShiftRight_VALUE
ShiftRight = 10; |
static int |
Sub_VALUE
Sub = 2; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator |
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.IlBinaryNumericOperator> |
internalGetValueMap() |
static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator NONE_BINARY
NONE_BINARY = 0;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator Add
Add = 1;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator Sub
Sub = 2;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator Mul
Mul = 3;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator Div
Div = 4;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator Rem
Rem = 5;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator BitAnd
BitAnd = 6;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator BitOr
BitOr = 7;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator BitXor
BitXor = 8;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator ShiftLeft
ShiftLeft = 9;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator ShiftRight
ShiftRight = 10;public static final ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator UNRECOGNIZED
public static final int NONE_BINARY_VALUE
NONE_BINARY = 0;public static final int Add_VALUE
Add = 1;public static final int Sub_VALUE
Sub = 2;public static final int Mul_VALUE
Mul = 3;public static final int Div_VALUE
Div = 4;public static final int Rem_VALUE
Rem = 5;public static final int BitAnd_VALUE
BitAnd = 6;public static final int BitOr_VALUE
BitOr = 7;public static final int BitXor_VALUE
BitXor = 8;public static final int ShiftLeft_VALUE
ShiftLeft = 9;public static final int ShiftRight_VALUE
ShiftRight = 10;public static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator[] values()
for (ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator c : ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator.values()) System.out.println(c);
public static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator 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.IlBinaryNumericOperator valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoIlInstructions.IlInstructionMsg.IlBinaryNumericOperator> 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.IlBinaryNumericOperator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.