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 classAnyCpdLexerSimple tokenization into words and separators.Methods in net.sourceforge.pmd.cpd that return CpdLexer Modifier and Type Method Description default CpdLexerCpdCapableLanguage. createCpdLexer(LanguagePropertyBundle bundle)Create a newCpdLexerfor 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 TokensCpdLexer. tokenize(CpdLexer cpdLexer, TextDocument textDocument)static voidCpdLexer. 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 classAntlrCpdLexerGeneric implementation of aCpdLexeruseful to any Antlr grammar.classCpdLexerBase<T extends GenericToken<T>>Generic base class for aCpdLexer.classJavaccCpdLexerBase class for aCpdLexerfor 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 CpdLexerPlainTextLanguage. 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 CpdLexerCpdOnlyLanguageModuleBase. createCpdLexer(LanguagePropertyBundle bundle)CpdLexerSimpleDialectLanguageModuleBase. createCpdLexer(LanguagePropertyBundle bundle)
-