removeAll method
Remove multiple AstNodes from the resulting source.
Implementation
CarvableAnalyzer removeAll(Iterable<Element> elements) =>
removeAllElements(elements);
Remove multiple AstNodes from the resulting source.
CarvableAnalyzer removeAll(Iterable<Element> elements) =>
removeAllElements(elements);