Package net.sourceforge.pmd.lang.php
Class PhpLanguageModule
- java.lang.Object
 - 
- net.sourceforge.pmd.lang.LanguageModuleBase
 - 
- net.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
 - 
- net.sourceforge.pmd.lang.php.PhpLanguageModule
 
 
 
 
- 
- All Implemented Interfaces:
 Comparable<Language>,CpdCapableLanguage,Language
public class PhpLanguageModule extends CpdOnlyLanguageModuleBase
Language implementation for PHP 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
LanguageModuleBase.DialectLanguageMetadata, LanguageModuleBase.LanguageMetadata 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PhpLanguageModule() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CpdLexercreateCpdLexer(LanguagePropertyBundle bundle)static PhpLanguageModulegetInstance()- 
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 PhpLanguageModule getInstance()
 
- 
createCpdLexer
public CpdLexer createCpdLexer(LanguagePropertyBundle bundle)
- Specified by:
 createCpdLexerin interfaceCpdCapableLanguage- Specified by:
 createCpdLexerin classCpdOnlyLanguageModuleBase
 
 - 
 
 -