pub fn walk(node: &SyntaxNode, visitor: &mut dyn Visitor)Expand description
Walk the syntax tree depth-first, calling the visitor methods.
pub fn walk(node: &SyntaxNode, visitor: &mut dyn Visitor)Walk the syntax tree depth-first, calling the visitor methods.