Skip to main content

walk

Function walk 

Source
pub fn walk(node: &SyntaxNode, visitor: &mut dyn Visitor)
Expand description

Walk the syntax tree depth-first, calling the visitor methods.