removeAllTokens method

CarvableAnalyzer removeAllTokens(
  1. Iterable<SyntacticEntity> tokens
)

Remove multiple tokens from the resulting source.

Implementation

CarvableAnalyzer removeAllTokens(Iterable<SyntacticEntity> tokens) =>
    carvable.removeTokens(tokens);