This method is called before beginning traversal of the AST.
(&mut self)
| 42 | |
| 43 | /// This method is called before beginning traversal of the AST. |
| 44 | fn start(&mut self) {} |
| 45 | |
| 46 | /// This method is called on an `Ast` before descending into child `Ast` |
| 47 | /// nodes. |