commit | f4b7bb22737fce1ffb800492db308670bb5ae978 | [log] [tgz] |
---|---|---|
author | Marc R. Hoffmann <hoffmann@mountainminds.com> | Wed Jul 29 20:40:00 2009 +0000 |
committer | Marc R. Hoffmann <hoffmann@mountainminds.com> | Wed Jul 29 20:40:00 2009 +0000 |
tree | 6330182d68611fcafb47bb404ecbb66db78b9a1f | |
parent | 45d888786707dc46bd3f0ed0b339c362b65f4c10 [diff] |
Don't extend from EmptyVisitor and overwrite visitEnd(): This will lead to calls to visitEnd() also for every sub-visitor, as EmptyVisitor always returns this.