Searched refs:expr2 (Results 1 – 1 of 1) sorted by relevance
542 public void append(CalculatorExpr expr2) { in append() argument544 int s2 = expr2.mExpr.size(); in append()549 Token first = expr2.mExpr.get(0); in append()557 mExpr.add(expr2.mExpr.get(i)); in append()