Package net.sourceforge.pmd.lang.html
Class HtmlLanguageModule
- java.lang.Object
 - 
- net.sourceforge.pmd.lang.LanguageModuleBase
 - 
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
 - 
- net.sourceforge.pmd.lang.html.HtmlLanguageModule
 
 
 
 
- 
- All Implemented Interfaces:
 Comparable<Language>,CpdCapableLanguage,Language,PmdCapableLanguage
public final class HtmlLanguageModule extends SimpleLanguageModuleBase
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.DialectLanguageMetadata, LanguageModuleBase.LanguageMetadata 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HtmlLanguageModule() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CpdLexercreateCpdLexer(LanguagePropertyBundle bundle)static HtmlLanguageModulegetInstance()- 
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 HtmlLanguageModule getInstance()
 
- 
createCpdLexer
public CpdLexer createCpdLexer(LanguagePropertyBundle bundle)
 
 - 
 
 -