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 classPlainTextLanguageA dummy language implementation whose parser produces a single node.Methods in net.sourceforge.pmd.lang that return PmdCapableLanguage Modifier and Type Method Description @NonNull PmdCapableLanguageLanguageProcessor. 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 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.Methods in net.sourceforge.pmd.lang.impl that return PmdCapableLanguage Modifier and Type Method Description @NonNull PmdCapableLanguageBatchLanguageProcessor. getLanguage()
-