Uses of Interface
net.sourceforge.pmd.cpd.CpdCapableLanguage
-
Packages that use CpdCapableLanguage Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.impl -
-
Uses of CpdCapableLanguage in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang that implement CpdCapableLanguage Modifier and Type Class Description classPlainTextLanguageA dummy language implementation whose parser produces a single node. -
Uses of CpdCapableLanguage in net.sourceforge.pmd.lang.impl
Classes in net.sourceforge.pmd.lang.impl that implement CpdCapableLanguage Modifier and Type Class Description classCpdOnlyLanguageModuleBaseBase class for language modules that only support CPD and not PMD.classSimpleDialectLanguageModuleBaseThe simplest implementation of a dialect, where only aLanguageModuleBase.LanguageMetadataneeds to be implemented.classSimpleLanguageModuleBaseThe simplest implementation of a language, where only aLanguageVersionHandlerneeds to be implemented.
-