Uses of Interface
net.sourceforge.pmd.lang.LanguageProcessor
Packages that use LanguageProcessor
Package
Description
-
Uses of LanguageProcessor in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return LanguageProcessorModifier and TypeMethodDescriptionPmdCapableLanguage.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 LanguageProcessorModifier and TypeMethodDescriptionstatic 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 LanguageProcessorModifier and TypeMethodDescriptionAstInfo.getLanguageProcessor()Returns the language processor that parsed the tree.Parser.ParserTask.getLanguageProcessor() -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.impl
Classes in net.sourceforge.pmd.lang.impl that implement LanguageProcessorModifier and TypeClassDescriptionclassBatchLanguageProcessor<P extends LanguagePropertyBundle>A base class for language processors.Methods in net.sourceforge.pmd.lang.impl that return LanguageProcessorModifier and TypeMethodDescriptionfinal LanguageProcessorSimpleDialectLanguageModuleBase.createProcessor(LanguagePropertyBundle bundle) SimpleLanguageModuleBase.createProcessor(LanguagePropertyBundle bundle) -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type LanguageProcessorModifier and TypeMethodDescriptiondefault voidRule.initialize(LanguageProcessor languageProcessor) Initialize the rule using the language processor if needed.voidRuleReference.initialize(LanguageProcessor languageProcessor) -
Uses of LanguageProcessor in net.sourceforge.pmd.lang.rule.xpath
Methods in net.sourceforge.pmd.lang.rule.xpath with parameters of type LanguageProcessor