(C context, ObjExpr objx, GeneratorAdapter gen)
| 3245 | } |
| 3246 | |
| 3247 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 3248 | doEmit(context, objx, gen,false); |
| 3249 | } |
| 3250 | |
| 3251 | public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 3252 | doEmit(context, objx, gen, true); |