Uses of Interface
net.sourceforge.pmd.cpd.CpdLexer
Packages that use CpdLexer
-
Uses of CpdLexer in net.sourceforge.pmd.cpd
Classes in net.sourceforge.pmd.cpd that implement CpdLexerModifier and TypeClassDescriptionclassSimple tokenization into words and separators.Methods in net.sourceforge.pmd.cpd that return CpdLexerModifier and TypeMethodDescriptiondefault 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 CpdLexerModifier and TypeMethodDescriptionstatic 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 CpdLexerModifier and TypeClassDescriptionclassGeneric implementation of aCpdLexeruseful to any Antlr grammar.classCpdLexerBase<T extends GenericToken<T>>Generic base class for aCpdLexer.classBase 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 CpdLexerModifier and TypeMethodDescriptionPlainTextLanguage.createCpdLexer(LanguagePropertyBundle bundle) -
Uses of CpdLexer in net.sourceforge.pmd.lang.impl
Methods in net.sourceforge.pmd.lang.impl that return CpdLexerModifier and TypeMethodDescriptionabstract CpdLexerCpdOnlyLanguageModuleBase.createCpdLexer(LanguagePropertyBundle bundle) SimpleDialectLanguageModuleBase.createCpdLexer(LanguagePropertyBundle bundle)