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 class
PlainTextLanguage
A 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 class
CpdOnlyLanguageModuleBase
Base class for language modules that only support CPD and not PMD.class
SimpleLanguageModuleBase
The simplest implementation of a language, where only aLanguageVersionHandler
needs to be implemented.
-