221222223224225226227228229230231
String out; EBig big; ESmall small; if ((small=i.testSmall()) != null) { out = Integer.toString(small.value, r.value); } else if ((big=i.testBig()) != null) { out = big.value.toString(r.value); } else { throw ERT.badarg(arg, radix); }