static IJavaExpr javaExpr(O expr) { if (expr cast IJavaExpr) ret expr; ret new LiteralJavaXExpr(expr); }