(C context, ObjExpr objx, GeneratorAdapter gen)
| 3676 | } |
| 3677 | |
| 3678 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 3679 | MethodExpr.emitArgsAsArray(keys, objx, gen); |
| 3680 | gen.invokeStatic(RT_TYPE, setMethod); |
| 3681 | if(context == C.STATEMENT) |
| 3682 | gen.pop(); |
| 3683 | } |
| 3684 | |
| 3685 | public boolean hasJavaClass() { |
| 3686 | return true; |
nothing calls this directly
no test coverage detected