Package net.sourceforge.pmd.lang.python
Class PythonLanguageModule
- java.lang.Object
- 
- net.sourceforge.pmd.lang.BaseLanguageModule
- 
- net.sourceforge.pmd.lang.python.PythonLanguageModule
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<net.sourceforge.pmd.lang.Language>,- net.sourceforge.pmd.lang.Language
 
 @Deprecated public class PythonLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModuleDeprecated.There is no full PMD support for Python.Implementation of the Python Language Module.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNAMEDeprecated.The name, that can be used to display the language in UI.static java.lang.StringTERSE_NAMEDeprecated.The internal name.
 - 
Constructor SummaryConstructors Constructor Description PythonLanguageModule()Deprecated.Creates a new instance ofPythonLanguageModulewith the default file extensions for Python.
 
- 
- 
- 
Field Detail- 
NAMEpublic static final java.lang.String NAME Deprecated.The name, that can be used to display the language in UI.- See Also:
- Constant Field Values
 
 - 
TERSE_NAMEpublic static final java.lang.String TERSE_NAME Deprecated.The internal name.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PythonLanguageModulepublic PythonLanguageModule() Deprecated.Creates a new instance ofPythonLanguageModulewith the default file extensions for Python.
 
- 
 
-