public static class BinaryOperator.Divide 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.Divide() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
op_bdec(java.math.BigDecimal d1,
java.math.BigDecimal d2)
Operation on BigDecimal's
|
java.lang.Object |
op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
Operation on BigInteger's
|
java.lang.Object |
op_double(double d1,
double d2)
Operation on doubles
|
java.lang.Object |
op_float(float f1,
float f2)
Operation on floats
|
java.lang.Object |
op_int(int i1,
int i2)
Operation on ints
|
java.lang.Object |
op_long(long d1,
long d2)
Operation on longs
|
java.lang.Object |
op_numeric(Numeric n1,
java.lang.Object n2)
Operation on a Numeric and an Object
|
java.lang.Object |
op_numeric(java.lang.Object n1,
Numeric n2)
Operation on an Object and a Numeric
|
compressNumber, op_boolean, op_object, op_string, op_string, operateOnpublic java.lang.Object op_int(int i1,
int i2)
BinaryOperatorop_int in class BinaryOperatorpublic java.lang.Object op_long(long d1,
long d2)
BinaryOperatorop_long in class BinaryOperatorpublic java.lang.Object op_float(float f1,
float f2)
BinaryOperatorop_float in class BinaryOperatorpublic java.lang.Object op_double(double d1,
double d2)
BinaryOperatorop_double in class BinaryOperatorpublic java.lang.Object op_bdec(java.math.BigDecimal d1,
java.math.BigDecimal d2)
BinaryOperatorop_bdec in class BinaryOperatorpublic java.lang.Object op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
BinaryOperatorop_bint in class BinaryOperatorpublic java.lang.Object op_numeric(Numeric n1, java.lang.Object n2)
BinaryOperatorop_numeric in class BinaryOperatorpublic java.lang.Object op_numeric(java.lang.Object n1,
Numeric n2)
BinaryOperatorop_numeric in class BinaryOperator