removeToken method

CarvableAnalyzer removeToken(
  1. SyntacticEntity token
)

Remove a token from the resulting source.

Implementation

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