| java.lang.Object pnuts.lang.BooleanOperator
Method Summary | |
static BigDecimal | doubleToDecimal(double d) | protected boolean | op_bdec(BigDecimal d1, BigDecimal d2) | protected boolean | op_bint(BigInteger b1, BigInteger b2) | protected boolean | op_boolean(boolean b1, boolean b2) | protected boolean | op_double(double d1, double d2) | protected boolean | op_float(float f1, float f2) | protected boolean | op_int(int i1, int i2) | protected boolean | op_long(long l1, long l2) | protected boolean | op_numeric(Numeric n1, Object n2) | protected boolean | op_numeric(Object n1, Numeric n2) | protected boolean | op_object(Object o1, Object o2) | protected boolean | op_string(String o1, Object o2) | protected boolean | op_string(Object o1, String o2) | public boolean | operateOn(Object n1, Object n2) |
op_boolean | protected boolean op_boolean(boolean b1, boolean b2)(Code) | | |
op_double | protected boolean op_double(double d1, double d2)(Code) | | |
op_float | protected boolean op_float(float f1, float f2)(Code) | | |
op_int | protected boolean op_int(int i1, int i2)(Code) | | |
op_long | protected boolean op_long(long l1, long l2)(Code) | | |
|
|