Uses of Interface
net.sourceforge.pmd.lang.PmdCapableLanguage
-
Packages that use PmdCapableLanguage Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.impl -
-
Uses of PmdCapableLanguage in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang that implement PmdCapableLanguage Modifier and Type Class Description class
PlainTextLanguage
A dummy language implementation whose parser produces a single node.Methods in net.sourceforge.pmd.lang that return PmdCapableLanguage Modifier and Type Method Description @NonNull PmdCapableLanguage
LanguageProcessor. getLanguage()
The language of this processor. -
Uses of PmdCapableLanguage in net.sourceforge.pmd.lang.impl
Classes in net.sourceforge.pmd.lang.impl that implement PmdCapableLanguage Modifier and Type Class Description class
SimpleLanguageModuleBase
The simplest implementation of a language, where only aLanguageVersionHandler
needs to be implemented.Methods in net.sourceforge.pmd.lang.impl that return PmdCapableLanguage Modifier and Type Method Description @NonNull PmdCapableLanguage
BatchLanguageProcessor. getLanguage()
-