Package net.sourceforge.pmd.lang.kotlin
Class KotlinHandler
- java.lang.Object
 - 
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
 - 
- net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
 - 
- net.sourceforge.pmd.lang.kotlin.KotlinHandler
 
 
 
 
- 
- All Implemented Interfaces:
 LanguageVersionHandler
public class KotlinHandler extends AbstractPmdLanguageVersionHandler
 
- 
- 
Constructor Summary
Constructors Constructor Description KotlinHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsergetParser()XPathHandlergetXPathHandler()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getXPathHandler
public XPathHandler getXPathHandler()
 
- 
getParser
public Parser getParser()
 
 - 
 
 -