Searched refs:mWhole (Results 1 – 1 of 1) sorted by relevance
117 private String mWhole; // String preceding decimal point. field in CalculatorExpr.Constant122 mWhole = ""; in Constant()129 mWhole = in.readUTF(); in Constant()138 out.writeUTF(mWhole); in write()171 mWhole += val; in add()194 mWhole = mWhole.substring(0, mWhole.length() - 1); in delete()199 return (mSawDecimal == false && mWhole.isEmpty()); in isEmpty()208 String result = mWhole; in toString()224 String whole = mWhole; in toRational()258 result.mWhole = mWhole; in clone()