Package net.sourceforge.pmd.cpd.impl
Utilities to implement a CPD
Tokenizer.-
Class Summary Class Description AntlrTokenFilter A generic filter for Antlr-based token managers that allows to use comments to enable / disable analysis of parts of the streamAntlrTokenizer Generic implementation of aTokenizeruseful to any Antlr grammar.BaseTokenFilter<T extends GenericToken<T>> A generic filter for PMD token managers that allows to use comments to enable / disable analysis of parts of the streamJavaCCTokenFilter A generic filter for JavaCC-based token managers that allows to use comments to enable / disable analysis of parts of the streamJavaCCTokenizer Base class for aTokenizerfor a language implemented by a JavaCC tokenizer.TokenizerBase<T extends GenericToken<T>> Generic base class for aTokenizer.