Uses of Interface
net.sourceforge.pmd.lang.LanguageProcessor
-
Packages that use LanguageProcessor Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.impl net.sourceforge.pmd.lang.rule -
-
Uses of LanguageProcessor in net.sourceforge.pmd
Methods in net.sourceforge.pmd with parameters of type LanguageProcessor Modifier and Type Method Description default voidRule. initialize(LanguageProcessor languageProcessor)Initialize the rule using the language processor if needed. -
Uses of LanguageProcessor in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return LanguageProcessor Modifier and Type Method Description LanguageProcessorLanguage. createProcessor(LanguagePropertyBundle bundle)Create a newLanguageProcessorfor this language, given a property bundle with configuration.@NonNull LanguageProcessorLanguageProcessorRegistry. getProcessor(Language l)Return the processor for a given language.Methods in net.sourceforge.pmd.lang with parameters of type LanguageProcessor Modifier and Type Method Description static LanguageProcessorRegistryLanguageProcessorRegistry. singleton(@NonNull LanguageProcessor lp)Create a registry with a single language processor. -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return LanguageProcessor Modifier and Type Method Description LanguageProcessorAstInfo. getLanguageProcessor()Returns the language processor that parsed the tree.LanguageProcessorParser.ParserTask. getLanguageProcessor() -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.impl
Classes in net.sourceforge.pmd.lang.impl that implement LanguageProcessor Modifier and Type Class Description classBatchLanguageProcessor<P extends LanguagePropertyBundle>A base class for language processors.Methods in net.sourceforge.pmd.lang.impl that return LanguageProcessor Modifier and Type Method Description LanguageProcessorSimpleLanguageModuleBase. createProcessor(LanguagePropertyBundle bundle) -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type LanguageProcessor Modifier and Type Method Description voidAbstractDelegateRule. initialize(LanguageProcessor languageProcessor)Deprecated.voidXPathRule. initialize(LanguageProcessor languageProcessor)
-