(C context, ObjExpr objx, GeneratorAdapter gen)
| 6639 | } |
| 6640 | |
| 6641 | public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 6642 | objx.emitUnboxedLocal(gen, b); |
| 6643 | } |
| 6644 | |
| 6645 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 6646 | if(context != C.STATEMENT) |
nothing calls this directly
no test coverage detected