(C context, ObjExpr objx, GeneratorAdapter gen)
| 2541 | } |
| 2542 | |
| 2543 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 2544 | gen.visitInsn(Opcodes.ACONST_NULL); |
| 2545 | if(context == C.STATEMENT) |
| 2546 | gen.pop(); |
| 2547 | } |
| 2548 | |
| 2549 | public boolean hasJavaClass(){ |
| 2550 | return true; |