Package net.sourceforge.pmd.lang.plsql
Class PLSQLLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
-
- net.sourceforge.pmd.lang.plsql.PLSQLLanguageModule
-
- All Implemented Interfaces:
Comparable<Language>
,CpdCapableLanguage
,Language
,PmdCapableLanguage
public class PLSQLLanguageModule extends SimpleLanguageModuleBase
Created by christoferdutz on 20.09.14.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.LanguageMetadata
-
-
Constructor Summary
Constructors Constructor Description PLSQLLanguageModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CpdLexer
createCpdLexer(LanguagePropertyBundle bundle)
static PLSQLLanguageModule
getInstance()
LanguagePropertyBundle
newPropertyBundle()
-
Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
createProcessor
-
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, 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
getDefaultVersion, getDependencies, getExtensions, getId, getLatestVersion, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hasExtension, hasVersion
-
-
-
-
Method Detail
-
getInstance
public static PLSQLLanguageModule getInstance()
-
newPropertyBundle
public LanguagePropertyBundle newPropertyBundle()
-
createCpdLexer
public CpdLexer createCpdLexer(LanguagePropertyBundle bundle)
-
-