Class VfLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
-
- net.sourceforge.pmd.lang.visualforce.VfLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>,net.sourceforge.pmd.cpd.CpdCapableLanguage,net.sourceforge.pmd.lang.Language,net.sourceforge.pmd.lang.PmdCapableLanguage
public class VfLanguageModule extends net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase implements net.sourceforge.pmd.cpd.CpdCapableLanguage- Author:
- sergey.gorbaty
-
-
Constructor Summary
Constructors Constructor Description VfLanguageModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sourceforge.pmd.cpd.CpdLexercreateCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)static VfLanguageModulegetInstance()net.sourceforge.pmd.lang.LanguagePropertyBundlenewPropertyBundle()-
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
-
-
-
-
Method Detail
-
getInstance
public static VfLanguageModule getInstance()
-
createCpdLexer
public net.sourceforge.pmd.cpd.CpdLexer createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
- Specified by:
createCpdLexerin interfacenet.sourceforge.pmd.cpd.CpdCapableLanguage
-
newPropertyBundle
public net.sourceforge.pmd.lang.LanguagePropertyBundle newPropertyBundle()
- Specified by:
newPropertyBundlein interfacenet.sourceforge.pmd.lang.Language
-
-