Package net.sourceforge.pmd.lang.cs
Class CsLanguageModule
java.lang.Object
net.sourceforge.pmd.lang.LanguageModuleBase
net.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
net.sourceforge.pmd.lang.cs.CsLanguageModule
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.cpd.CpdCapableLanguage
,net.sourceforge.pmd.lang.Language
public class CsLanguageModule
extends net.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
Defines the Language module for C#.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
net.sourceforge.pmd.lang.LanguageModuleBase.DialectLanguageMetadata, net.sourceforge.pmd.lang.LanguageModuleBase.LanguageMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sourceforge.pmd.cpd.CpdLexer
createCpdLexer
(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle) static CsLanguageModule
net.sourceforge.pmd.lang.LanguagePropertyBundle
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
-
Constructor Details
-
CsLanguageModule
public CsLanguageModule()
-
-
Method Details
-
getInstance
-
newPropertyBundle
public net.sourceforge.pmd.lang.LanguagePropertyBundle newPropertyBundle() -
createCpdLexer
public net.sourceforge.pmd.cpd.CpdLexer createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle) - Specified by:
createCpdLexer
in interfacenet.sourceforge.pmd.cpd.CpdCapableLanguage
- Specified by:
createCpdLexer
in classnet.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
-