Field Summary |
|
Enum Constant | AND Logical and. |
Enum Constant | BITAND Bit to bit and. |
Enum Constant | BITOR Bit to bit or. |
Enum Constant | BITXOR Bit to bit xor. |
Enum Constant | DIV Division. |
Enum Constant | EQ Equality. |
Enum Constant | GE Greater or equal comparison. |
Enum Constant | GT Greater than comparison. |
Enum Constant | INSTANCEOF Instanceof (OO specific). |
Enum Constant | LE Lower or equal comparison. |
Enum Constant | LT Lower than comparison. |
Enum Constant | MINUS Substraction. |
Enum Constant | MOD Modulo. |
Enum Constant | MUL Multiplication. |
Enum Constant | NE Inequality. |
Enum Constant | OR Logical or. |
Enum Constant | PLUS Addition. |
Enum Constant | SL Shift left. |
Enum Constant | SR Shift right. |
Enum Constant | USR Unsigned shift right. |