removeAll method

CarvableAnalyzer removeAll(
  1. Iterable<SyntacticEntity> token
)

Remove multiple tokens from the resulting source.

Implementation

CarvableAnalyzer removeAll(Iterable<SyntacticEntity> token) =>
    removeAllTokens(token);