static O renderForTable(O o) { S c = getClassName(o); if (eqOneOf(c, "main$BWImage", "main$RGBImage")) ret call(o, "getBufferedImage"); if (eq(c, "main$PNGFile")) ret call(o, "getImage"); ret o; }