Content
Bases: Transformer
Transformer
Custom tree transformer class based on Lark Transformers each of the methods below is called on the corresponding clause to create a custom Node
Given the root node of a tree, traverse it and update the search scope for each node, in place
tree (Node) – Root node of the tree to traverse