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 void
Rule. 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 LanguageProcessor
Language. createProcessor(LanguagePropertyBundle bundle)
Create a newLanguageProcessor
for this language, given a property bundle with configuration.@NonNull LanguageProcessor
LanguageProcessorRegistry. 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 LanguageProcessorRegistry
LanguageProcessorRegistry. 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 LanguageProcessor
AstInfo. getLanguageProcessor()
Returns the language processor that parsed the tree.LanguageProcessor
Parser.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 class
BatchLanguageProcessor<P extends LanguagePropertyBundle>
A base class for language processors.Methods in net.sourceforge.pmd.lang.impl that return LanguageProcessor Modifier and Type Method Description LanguageProcessor
SimpleLanguageModuleBase. 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 void
AbstractDelegateRule. initialize(LanguageProcessor languageProcessor)
Deprecated.void
XPathRule. initialize(LanguageProcessor languageProcessor)
-