(C context, ObjExpr objx, GeneratorAdapter gen)
| 7047 | } |
| 7048 | |
| 7049 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 7050 | doEmit(context, objx, gen, false); |
| 7051 | } |
| 7052 | |
| 7053 | public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 7054 | doEmit(context, objx, gen, true); |