public static class BinaryOperator.ShiftLeft extends BinaryOperator
BinaryOperator.Add, BinaryOperator.And, BinaryOperator.Divide, BinaryOperator.Mod, BinaryOperator.Multiply, BinaryOperator.Or, BinaryOperator.ShiftArithmetic, BinaryOperator.ShiftLeft, BinaryOperator.ShiftRight, BinaryOperator.Subtract, BinaryOperator.Xor| Constructor and Description |
|---|
BinaryOperator.ShiftLeft() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
Operation on BigInteger's
|
java.lang.Object |
op_int(int d1,
int d2)
Operation on ints
|
java.lang.Object |
op_long(long d1,
long d2)
Operation on longs
|
compressNumber, op_bdec, op_boolean, op_double, op_float, op_numeric, op_numeric, op_object, op_string, op_string, operateOnpublic java.lang.Object op_int(int d1,
int d2)
BinaryOperatorop_int in class BinaryOperatorpublic java.lang.Object op_long(long d1,
long d2)
BinaryOperatorop_long in class BinaryOperatorpublic java.lang.Object op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
BinaryOperatorop_bint in class BinaryOperator