(C context, ObjExpr objx, GeneratorAdapter gen)
| 731 | } |
| 732 | |
| 733 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 734 | objx.emitKeyword(gen, k); |
| 735 | if(context == C.STATEMENT) |
| 736 | gen.pop(); |
| 737 | |
| 738 | } |
| 739 | |
| 740 | public boolean hasJavaClass(){ |
| 741 | return true; |
nothing calls this directly
no test coverage detected