(C context, ObjExpr objx, GeneratorAdapter gen)
| 6643 | } |
| 6644 | |
| 6645 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 6646 | if(context != C.STATEMENT) |
| 6647 | objx.emitLocal(gen, b, shouldClear); |
| 6648 | } |
| 6649 | |
| 6650 | public Object evalAssign(Expr val) { |
| 6651 | throw new UnsupportedOperationException("Can't eval locals"); |