(C context, ObjExpr objx, GeneratorAdapter gen)
| 9417 | } |
| 9418 | |
| 9419 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 9420 | doEmit(context, objx, gen, false); |
| 9421 | } |
| 9422 | |
| 9423 | public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 9424 | doEmit(context, objx, gen, true); |