pub fn visit_source_file<V: Visitor>(visitor: &mut V, source_file: &SourceFile)Expand description
Walk the entire AST with the given visitor.
pub fn visit_source_file<V: Visitor>(visitor: &mut V, source_file: &SourceFile)Walk the entire AST with the given visitor.