Package com.apivolve.xolir
Enum Class BuiltinFunction.BuiltinFunc
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BuiltinFunction.BuiltinFunc>,Constable
- Enclosing class:
- BuiltinFunction
public static enum BuiltinFunction.BuiltinFunc
extends Enum<BuiltinFunction.BuiltinFunc>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
xolir.BuiltinFunc-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionADD_S64 = 7;ADD_U32 = 0;DIV_S64 = 10;DIV_U32 = 3;EQ_S64 = 14;EQ_U32 = 6;LT_S64 = 12;LT_U32 = 4;LTE_S64 = 13;LTE_U32 = 5;MOD_S64 = 11;MUL_S64 = 9;MUL_U32 = 2;SUB_S64 = 8;SUB_U32 = 1; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intADD_S64 = 7;static final intADD_U32 = 0;static final intDIV_S64 = 10;static final intDIV_U32 = 3;static final intEQ_S64 = 14;static final intEQ_U32 = 6;static final intLT_S64 = 12;static final intLT_U32 = 4;static final intLTE_S64 = 13;static final intLTE_U32 = 5;static final intMOD_S64 = 11;static final intMUL_S64 = 9;static final intMUL_U32 = 2;static final intSUB_S64 = 8;static final intSUB_U32 = 1; -
Method Summary
Modifier and TypeMethodDescriptionstatic BuiltinFunction.BuiltinFuncforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<BuiltinFunction.BuiltinFunc>static BuiltinFunction.BuiltinFuncvalueOf(int value) Deprecated.static BuiltinFunction.BuiltinFuncvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static BuiltinFunction.BuiltinFuncReturns the enum constant of this class with the specified name.static BuiltinFunction.BuiltinFunc[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADD_U32
ADD_U32 = 0; -
SUB_U32
SUB_U32 = 1; -
MUL_U32
MUL_U32 = 2; -
DIV_U32
DIV_U32 = 3; -
LT_U32
LT_U32 = 4; -
LTE_U32
LTE_U32 = 5; -
EQ_U32
EQ_U32 = 6; -
ADD_S64
ADD_S64 = 7; -
SUB_S64
SUB_S64 = 8; -
MUL_S64
MUL_S64 = 9; -
DIV_S64
DIV_S64 = 10; -
MOD_S64
MOD_S64 = 11; -
LT_S64
LT_S64 = 12; -
LTE_S64
LTE_S64 = 13; -
EQ_S64
EQ_S64 = 14; -
UNRECOGNIZED
-
-
Field Details
-
ADD_U32_VALUE
public static final int ADD_U32_VALUEADD_U32 = 0;- See Also:
-
SUB_U32_VALUE
public static final int SUB_U32_VALUESUB_U32 = 1;- See Also:
-
MUL_U32_VALUE
public static final int MUL_U32_VALUEMUL_U32 = 2;- See Also:
-
DIV_U32_VALUE
public static final int DIV_U32_VALUEDIV_U32 = 3;- See Also:
-
LT_U32_VALUE
public static final int LT_U32_VALUELT_U32 = 4;- See Also:
-
LTE_U32_VALUE
public static final int LTE_U32_VALUELTE_U32 = 5;- See Also:
-
EQ_U32_VALUE
public static final int EQ_U32_VALUEEQ_U32 = 6;- See Also:
-
ADD_S64_VALUE
public static final int ADD_S64_VALUEADD_S64 = 7;- See Also:
-
SUB_S64_VALUE
public static final int SUB_S64_VALUESUB_S64 = 8;- See Also:
-
MUL_S64_VALUE
public static final int MUL_S64_VALUEMUL_S64 = 9;- See Also:
-
DIV_S64_VALUE
public static final int DIV_S64_VALUEDIV_S64 = 10;- See Also:
-
MOD_S64_VALUE
public static final int MOD_S64_VALUEMOD_S64 = 11;- See Also:
-
LT_S64_VALUE
public static final int LT_S64_VALUELT_S64 = 12;- See Also:
-
LTE_S64_VALUE
public static final int LTE_S64_VALUELTE_S64 = 13;- See Also:
-
EQ_S64_VALUE
public static final int EQ_S64_VALUEEQ_S64 = 14;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BuiltinFunction.BuiltinFunc> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static BuiltinFunction.BuiltinFunc valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-