public MyVoid VisitLogicalExpr(Expr.Logical expr) { resolve(expr.left); resolve(expr.right); return(null); }