(C context, ObjExpr objx, GeneratorAdapter gen)
| 3957 | } |
| 3958 | |
| 3959 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 3960 | emitUnboxed(context,objx,gen); |
| 3961 | HostExpr.emitBoxReturn(objx,gen,Boolean.TYPE); |
| 3962 | if(context == C.STATEMENT) |
| 3963 | gen.pop(); |
| 3964 | } |
| 3965 | |
| 3966 | public boolean hasJavaClass() { |
| 3967 | return true; |
nothing calls this directly
no test coverage detected