Package com.sourcegraph.semanticdb_javac
Enum Semanticdb.BinaryOperator
- java.lang.Object
-
- java.lang.Enum<Semanticdb.BinaryOperator>
-
- com.sourcegraph.semanticdb_javac.Semanticdb.BinaryOperator
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<Semanticdb.BinaryOperator>
- Enclosing class:
- Semanticdb
public static enum Semanticdb.BinaryOperator extends java.lang.Enum<Semanticdb.BinaryOperator> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumcom.sourcegraph.semanticdb_javac.BinaryOperator
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANDAND = 7;CONDITIONAL_ANDCONDITIONAL_AND = 10;CONDITIONAL_ORCONDITIONAL_OR = 11;DIVIDEDIVIDE = 3;EQUAL_TOEQUAL_TO = 15;GREATER_THANGREATER_THAN = 5;GREATER_THAN_EQUALGREATER_THAN_EQUAL = 17;LESS_THANLESS_THAN = 6;LESS_THAN_EQUALLESS_THAN_EQUAL = 18;MINUSMINUS = 1;MULTIPLYMULTIPLY = 2;NOT_EQUAL_TONOT_EQUAL_TO = 16;OROR = 9;PLUSPLUS = 0;REMAINDERREMAINDER = 4;SHIFT_LEFTSHIFT_LEFT = 12;SHIFT_RIGHTSHIFT_RIGHT = 13;SHIFT_RIGHT_UNSIGNEDSHIFT_RIGHT_UNSIGNED = 14;UNRECOGNIZEDXORXOR = 8;
-
Field Summary
Fields Modifier and Type Field Description static intAND_VALUEAND = 7;static intCONDITIONAL_AND_VALUECONDITIONAL_AND = 10;static intCONDITIONAL_OR_VALUECONDITIONAL_OR = 11;static intDIVIDE_VALUEDIVIDE = 3;static intEQUAL_TO_VALUEEQUAL_TO = 15;static intGREATER_THAN_EQUAL_VALUEGREATER_THAN_EQUAL = 17;static intGREATER_THAN_VALUEGREATER_THAN = 5;static intLESS_THAN_EQUAL_VALUELESS_THAN_EQUAL = 18;static intLESS_THAN_VALUELESS_THAN = 6;static intMINUS_VALUEMINUS = 1;static intMULTIPLY_VALUEMULTIPLY = 2;static intNOT_EQUAL_TO_VALUENOT_EQUAL_TO = 16;static intOR_VALUEOR = 9;static intPLUS_VALUEPLUS = 0;static intREMAINDER_VALUEREMAINDER = 4;static intSHIFT_LEFT_VALUESHIFT_LEFT = 12;static intSHIFT_RIGHT_UNSIGNED_VALUESHIFT_RIGHT_UNSIGNED = 14;static intSHIFT_RIGHT_VALUESHIFT_RIGHT = 13;static intXOR_VALUEXOR = 8;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Semanticdb.BinaryOperatorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Semanticdb.BinaryOperator>internalGetValueMap()static Semanticdb.BinaryOperatorvalueOf(int value)Deprecated.static Semanticdb.BinaryOperatorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Semanticdb.BinaryOperatorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Semanticdb.BinaryOperator[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PLUS
public static final Semanticdb.BinaryOperator PLUS
PLUS = 0;
-
MINUS
public static final Semanticdb.BinaryOperator MINUS
MINUS = 1;
-
MULTIPLY
public static final Semanticdb.BinaryOperator MULTIPLY
MULTIPLY = 2;
-
DIVIDE
public static final Semanticdb.BinaryOperator DIVIDE
DIVIDE = 3;
-
REMAINDER
public static final Semanticdb.BinaryOperator REMAINDER
REMAINDER = 4;
-
GREATER_THAN
public static final Semanticdb.BinaryOperator GREATER_THAN
GREATER_THAN = 5;
-
LESS_THAN
public static final Semanticdb.BinaryOperator LESS_THAN
LESS_THAN = 6;
-
AND
public static final Semanticdb.BinaryOperator AND
AND = 7;
-
XOR
public static final Semanticdb.BinaryOperator XOR
XOR = 8;
-
OR
public static final Semanticdb.BinaryOperator OR
OR = 9;
-
CONDITIONAL_AND
public static final Semanticdb.BinaryOperator CONDITIONAL_AND
CONDITIONAL_AND = 10;
-
CONDITIONAL_OR
public static final Semanticdb.BinaryOperator CONDITIONAL_OR
CONDITIONAL_OR = 11;
-
SHIFT_LEFT
public static final Semanticdb.BinaryOperator SHIFT_LEFT
SHIFT_LEFT = 12;
-
SHIFT_RIGHT
public static final Semanticdb.BinaryOperator SHIFT_RIGHT
SHIFT_RIGHT = 13;
-
SHIFT_RIGHT_UNSIGNED
public static final Semanticdb.BinaryOperator SHIFT_RIGHT_UNSIGNED
SHIFT_RIGHT_UNSIGNED = 14;
-
EQUAL_TO
public static final Semanticdb.BinaryOperator EQUAL_TO
EQUAL_TO = 15;
-
NOT_EQUAL_TO
public static final Semanticdb.BinaryOperator NOT_EQUAL_TO
NOT_EQUAL_TO = 16;
-
GREATER_THAN_EQUAL
public static final Semanticdb.BinaryOperator GREATER_THAN_EQUAL
GREATER_THAN_EQUAL = 17;
-
LESS_THAN_EQUAL
public static final Semanticdb.BinaryOperator LESS_THAN_EQUAL
LESS_THAN_EQUAL = 18;
-
UNRECOGNIZED
public static final Semanticdb.BinaryOperator UNRECOGNIZED
-
-
Field Detail
-
PLUS_VALUE
public static final int PLUS_VALUE
PLUS = 0;- See Also:
- Constant Field Values
-
MINUS_VALUE
public static final int MINUS_VALUE
MINUS = 1;- See Also:
- Constant Field Values
-
MULTIPLY_VALUE
public static final int MULTIPLY_VALUE
MULTIPLY = 2;- See Also:
- Constant Field Values
-
DIVIDE_VALUE
public static final int DIVIDE_VALUE
DIVIDE = 3;- See Also:
- Constant Field Values
-
REMAINDER_VALUE
public static final int REMAINDER_VALUE
REMAINDER = 4;- See Also:
- Constant Field Values
-
GREATER_THAN_VALUE
public static final int GREATER_THAN_VALUE
GREATER_THAN = 5;- See Also:
- Constant Field Values
-
LESS_THAN_VALUE
public static final int LESS_THAN_VALUE
LESS_THAN = 6;- See Also:
- Constant Field Values
-
AND_VALUE
public static final int AND_VALUE
AND = 7;- See Also:
- Constant Field Values
-
XOR_VALUE
public static final int XOR_VALUE
XOR = 8;- See Also:
- Constant Field Values
-
OR_VALUE
public static final int OR_VALUE
OR = 9;- See Also:
- Constant Field Values
-
CONDITIONAL_AND_VALUE
public static final int CONDITIONAL_AND_VALUE
CONDITIONAL_AND = 10;- See Also:
- Constant Field Values
-
CONDITIONAL_OR_VALUE
public static final int CONDITIONAL_OR_VALUE
CONDITIONAL_OR = 11;- See Also:
- Constant Field Values
-
SHIFT_LEFT_VALUE
public static final int SHIFT_LEFT_VALUE
SHIFT_LEFT = 12;- See Also:
- Constant Field Values
-
SHIFT_RIGHT_VALUE
public static final int SHIFT_RIGHT_VALUE
SHIFT_RIGHT = 13;- See Also:
- Constant Field Values
-
SHIFT_RIGHT_UNSIGNED_VALUE
public static final int SHIFT_RIGHT_UNSIGNED_VALUE
SHIFT_RIGHT_UNSIGNED = 14;- See Also:
- Constant Field Values
-
EQUAL_TO_VALUE
public static final int EQUAL_TO_VALUE
EQUAL_TO = 15;- See Also:
- Constant Field Values
-
NOT_EQUAL_TO_VALUE
public static final int NOT_EQUAL_TO_VALUE
NOT_EQUAL_TO = 16;- See Also:
- Constant Field Values
-
GREATER_THAN_EQUAL_VALUE
public static final int GREATER_THAN_EQUAL_VALUE
GREATER_THAN_EQUAL = 17;- See Also:
- Constant Field Values
-
LESS_THAN_EQUAL_VALUE
public static final int LESS_THAN_EQUAL_VALUE
LESS_THAN_EQUAL = 18;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Semanticdb.BinaryOperator[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Semanticdb.BinaryOperator c : Semanticdb.BinaryOperator.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Semanticdb.BinaryOperator valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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 public static Semanticdb.BinaryOperator valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static Semanticdb.BinaryOperator forNumber(int value)
- 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<Semanticdb.BinaryOperator> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Semanticdb.BinaryOperator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-