Uses of Interface
net.sourceforge.pmd.lang.LanguageProcessor
-
Packages that use LanguageProcessor Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.impl net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.xpath -
-
Uses of LanguageProcessor in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return LanguageProcessor Modifier and Type Method Description LanguageProcessorPmdCapableLanguage. 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 LanguageProcessorSimpleDialectLanguageModuleBase. createProcessor(LanguagePropertyBundle bundle)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 default 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 Modifier and Type Method Description voidXPathRule. initialize(LanguageProcessor languageProcessor)
-