nitc :: AAttrPropdef :: init_expr
private fun init_expr(v: JavaCompilerVisitor, recv: RuntimeVariable) do if has_value and not is_lazy and not n_expr isa ANullExpr then evaluate_expr(v, recv) end