public void execute(Stmt stmt) { stmt.accept(this); }
private void resolve(Stmt stmt) { stmt.accept(this); }