removeTokens method

CarvableAnalyzer removeTokens(
  1. Iterable<SyntacticEntity> tokens
)

Remove multiple tokens from the resulting source.

Implementation

CarvableAnalyzer removeTokens(Iterable<SyntacticEntity> tokens) =>
    this..carveAll(tokens.map((token) => token.carving));