Package net.sourceforge.pmd.lang.impl
Class BasePmdDialectLanguageVersionHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
-
- net.sourceforge.pmd.lang.impl.BasePmdDialectLanguageVersionHandler
-
- All Implemented Interfaces:
LanguageVersionHandler
@Experimental public class BasePmdDialectLanguageVersionHandler extends AbstractPmdLanguageVersionHandler
Base language version handler for dialect languages that support PMD, i.e. can build an AST and support AST processing stages.- Author:
- Juan MartÃn Sotuyo Dodero
- Experimental Status:
- Since 7.13.0. See [core] Support language dialects #5438.
- Since:
- 7.13.0
-
-
Constructor Summary
Constructors Constructor Description BasePmdDialectLanguageVersionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsergetParser()Returns the parser instance.-
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, getViolationDecorator, getXPathHandler
-
-
-
-
Method Detail
-
getParser
public final Parser getParser()
Description copied from interface:LanguageVersionHandlerReturns the parser instance.
-
-