Package net.sourceforge.pmd.lang.kotlin
Class KotlinLanguageModule
- java.lang.Object
 - 
- net.sourceforge.pmd.lang.LanguageModuleBase
 - 
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
 - 
- net.sourceforge.pmd.lang.kotlin.KotlinLanguageModule
 
 
 
 
- 
- All Implemented Interfaces:
 Comparable<Language>,CpdCapableLanguage,Language,PmdCapableLanguage
public class KotlinLanguageModule extends SimpleLanguageModuleBase
Language Module for Kotlin 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.DialectLanguageMetadata, LanguageModuleBase.LanguageMetadata 
 - 
 
- 
Constructor Summary
Constructors Constructor Description KotlinLanguageModule() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CpdLexercreateCpdLexer(LanguagePropertyBundle bundle)static KotlinLanguageModulegetInstance()- 
Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
createProcessor 
- 
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Methods inherited from interface net.sourceforge.pmd.lang.Language
getBaseLanguageId, getDefaultVersion, getDependencies, getExtensions, getId, getLatestVersion, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hasExtension, hasVersion, isDialectOf, newPropertyBundle 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static KotlinLanguageModule getInstance()
 
- 
createCpdLexer
public CpdLexer createCpdLexer(LanguagePropertyBundle bundle)
 
 - 
 
 -