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
public class PythonLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModule
Implementation of the Python Language Module.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
The name, that can be used to display the language in UI.static java.lang.String
TERSE_NAME
The internal name.
-
Constructor Summary
Constructors Constructor Description PythonLanguageModule()
Creates a new instance ofPythonLanguageModule
with the default file extensions for Python.
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The name, that can be used to display the language in UI.- See Also:
- Constant Field Values
-
TERSE_NAME
public static final java.lang.String TERSE_NAME
The internal name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PythonLanguageModule
public PythonLanguageModule()
Creates a new instance ofPythonLanguageModule
with the default file extensions for Python.
-
-