Uses of Interface
net.sourceforge.pmd.cpd.CpdLexer
-
Packages that use CpdLexer Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.cpd.impl Utilities to implement a CPDCpdLexer
.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.impl -
-
Uses of CpdLexer in net.sourceforge.pmd.cpd
Classes in net.sourceforge.pmd.cpd that implement CpdLexer Modifier and Type Class Description class
AnyCpdLexer
Simple tokenization into words and separators.Methods in net.sourceforge.pmd.cpd that return CpdLexer Modifier and Type Method Description default CpdLexer
CpdCapableLanguage. createCpdLexer(LanguagePropertyBundle bundle)
Create a newCpdLexer
for this language, given a property bundle with configuration.Methods in net.sourceforge.pmd.cpd with parameters of type CpdLexer Modifier and Type Method Description static Tokens
CpdLexer. tokenize(CpdLexer cpdLexer, TextDocument textDocument)
static void
CpdLexer. tokenize(CpdLexer cpdLexer, TextDocument textDocument, Tokens tokens)
Wraps a call totokenize(TextDocument, TokenFactory)
to properly create and close the token factory. -
Uses of CpdLexer in net.sourceforge.pmd.cpd.impl
Classes in net.sourceforge.pmd.cpd.impl that implement CpdLexer Modifier and Type Class Description class
AntlrCpdLexer
Generic implementation of aCpdLexer
useful to any Antlr grammar.class
CpdLexerBase<T extends GenericToken<T>>
Generic base class for aCpdLexer
.class
JavaccCpdLexer
Base class for aCpdLexer
for a language implemented by a JavaCC tokenizer. -
Uses of CpdLexer in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return CpdLexer Modifier and Type Method Description CpdLexer
PlainTextLanguage. createCpdLexer(LanguagePropertyBundle bundle)
-
Uses of CpdLexer in net.sourceforge.pmd.lang.impl
Methods in net.sourceforge.pmd.lang.impl that return CpdLexer Modifier and Type Method Description abstract CpdLexer
CpdOnlyLanguageModuleBase. createCpdLexer(LanguagePropertyBundle bundle)
-