(C context, ObjExpr objx, GeneratorAdapter gen)
| 2405 | } |
| 2406 | |
| 2407 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 2408 | if(context != C.STATEMENT) |
| 2409 | { |
| 2410 | objx.emitConstant(gen, id); |
| 2411 | // emitUnboxed(context,objx,gen); |
| 2412 | // HostExpr.emitBoxReturn(objx,gen,getJavaClass()); |
| 2413 | } |
| 2414 | } |
| 2415 | |
| 2416 | public boolean hasJavaClass() { |
| 2417 | return true; |
nothing calls this directly
no test coverage detected