Package net.sourceforge.pmd.lang
Class AbstractPmdLanguageVersionHandler
java.lang.Object
net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
- All Implemented Interfaces:
LanguageVersionHandler
- Direct Known Subclasses:
BasePmdDialectLanguageVersionHandler
Base language version handler for languages that support PMD, i.e. can build an AST
and support AST processing stages.
- Author:
- Clément Fournier
- Since:
- 6.10.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.pmd.lang.LanguageVersionHandler
getDesignerBindings, getExtraViolationSuppressors, getLanguageMetricsProvider, getParser, getViolationDecorator, getXPathHandler
-
Constructor Details
-
AbstractPmdLanguageVersionHandler
public AbstractPmdLanguageVersionHandler()
-