aboutsummaryrefslogtreecommitdiffstats
path: root/test/collectors/test_bind.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Unused `require`Nikolay Ponomarev2017-12-271-2/+0
| | | | It looks like they are left from old design
* Add a collector to grab the bind values off the ASTSean Griffin2017-07-211-0/+40
Now that the bind values are being stored on the actual AST, we need a way to pull them off into the array that we were previously maintaining separately. This requires a full walk of the AST. This is an expensive operation, so I've also added a visitor for delegating to more than one visitor in a single pass.