Package net.sourceforge.pmd.cpd.impl
Utilities to implement a CPD
CpdLexer
.-
Class Summary Class Description AntlrCpdLexer Generic implementation of aCpdLexer
useful to any Antlr grammar.AntlrTokenFilter A generic filter for Antlr-based token managers that allows to use comments to enable / disable analysis of parts of the streamBaseTokenFilter<T extends GenericToken<T>> A generic filter for PMD token managers that allows to use comments to enable / disable analysis of parts of the streamCpdLexerBase<T extends GenericToken<T>> Generic base class for aCpdLexer
.JavaccCpdLexer Base class for aCpdLexer
for a language implemented by a JavaCC tokenizer.JavaCCTokenFilter A generic filter for JavaCC-based token managers that allows to use comments to enable / disable analysis of parts of the stream