removeAll method
Remove multiple tokens from the resulting source.
Implementation
CarvableAnalyzer removeAll(Iterable<SyntacticEntity> token) =>
removeAllNodes(token);
Remove multiple tokens from the resulting source.
CarvableAnalyzer removeAll(Iterable<SyntacticEntity> token) =>
removeAllNodes(token);