]> git.ipfire.org Git - thirdparty/vala.git/commit
Add TraverseVisitor for traversing the tree with a callback wip/traverse-visitor
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Oct 2018 12:08:59 +0000 (14:08 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 17 May 2019 09:08:27 +0000 (11:08 +0200)
commitf75cfa14878cc2d57ae21e6e1aaf4f99477b65aa
treeb1374063d48c9c27972fd6cfe7a9047a1641310a
parenta929a44437a46eb9f814160c4ecf807a94ba2138
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]