(Expr val)
| 1623 | } |
| 1624 | |
| 1625 | public Object evalAssign(Expr val) { |
| 1626 | return Reflector.setStaticField(c, fieldName, val.eval()); |
| 1627 | } |
| 1628 | |
| 1629 | public void emitAssign(C context, ObjExpr objx, GeneratorAdapter gen, |
| 1630 | Expr val){ |
nothing calls this directly
no test coverage detected