()
| 2958 | |
| 2959 | |
| 2960 | public Object eval() { |
| 2961 | throw Util.runtimeException("Can't eval throw"); |
| 2962 | } |
| 2963 | |
| 2964 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 2965 | excExpr.emit(C.EXPRESSION, objx, gen); |
nothing calls this directly
no test coverage detected