void ITreeWalker.Visit(SimpleStatement statement) { statement.Validate(this); statement.Expression.Accept(this); }