public void Execute(Stmt statement) { statement.Accept(this); }
private void Resolve(Stmt stmt) { stmt.Accept(this); }