Package net.sourceforge.pmd.lang
Class AbstractPmdLanguageVersionHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
-
- All Implemented Interfaces:
LanguageVersionHandler
public abstract class AbstractPmdLanguageVersionHandler extends AbstractLanguageVersionHandler
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 Constructor Description AbstractPmdLanguageVersionHandler()
-
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
-
-