]> git.ipfire.org Git - thirdparty/vala.git/commit
Add TraverseVisitor for traversing the tree with a callback
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Oct 2018 12:08:59 +0000 (14:08 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 13 Aug 2020 11:10:29 +0000 (13:10 +0200)
commit48f998205e397dc3f86de7c1f1c02eded16245ff
treeec2312c8d5f88167be3e692ae1096471b6744594
parentb34161f2b8571ecfa40ddbfb84bb6dc1e6245a25
Add TraverseVisitor for traversing the tree with a callback

This will allow cleaning up virtual methods of code nodes
and more stateful to stateless code conversion.
vala/Makefile.am
vala/valatraversevisitor.vala [new file with mode: 0644]