removeTokens method

CarvableAnalyzer removeTokens(
  1. SyntacticEntity token
)

Remove a token from the resulting source.

Implementation

CarvableAnalyzer removeTokens(SyntacticEntity token) =>
    carvable.removeToken(token);