| java.lang.Object pnuts.lang.BinaryOperator
Inner Class :public static class ShiftArithmetic extends BinaryOperator | |
Method Summary | |
static Object | appendArray(Object p1, Object p2) | static Object | appendGenerator(Generator g1, Generator g2) | protected static Number | compressNumber(Number n) | static void | concat(Object o, StringBuffer sbuf) | static BigDecimal | doubleToDecimal(double d) | protected Object | op_bdec(BigDecimal d1, BigDecimal d2) | protected Object | op_bint(BigInteger b1, BigInteger b2) | protected Object | op_boolean(boolean b1, boolean b2) | protected Object | op_double(double d1, double d2) | protected Object | op_float(float f1, float f2) | protected Object | op_int(int i1, int i2) | protected Object | op_long(long l1, long l2) | protected Object | op_numeric(Numeric n1, Object n2) | protected Object | op_numeric(Object n1, Numeric n2) | protected Object | op_object(Object o1, Object o2) | protected Object | op_string(String n1, Object n2) | protected Object | op_string(Object n1, String n2) | public Object | operateOn(Object n1, Object n2) |
SmallIntSize | final static int SmallIntSize(Code) | | |
op_boolean | protected Object op_boolean(boolean b1, boolean b2)(Code) | | Operation on booleans
|
op_double | protected Object op_double(double d1, double d2)(Code) | | Operation on doubles
|
op_float | protected Object op_float(float f1, float f2)(Code) | | Operation on floats
|
op_int | protected Object op_int(int i1, int i2)(Code) | | Operation on ints
|
op_long | protected Object op_long(long l1, long l2)(Code) | | Operation on longs
|
|
|