net.sourceforge.pmd.lang.python
Class PythonLanguageModule
java.lang.Object
net.sourceforge.pmd.lang.BaseLanguageModule
net.sourceforge.pmd.lang.python.PythonLanguageModule
- All Implemented Interfaces:
- Language
public class PythonLanguageModule
- extends BaseLanguageModule
Implementation of the Python Language Module.
Field Summary |
static String |
NAME
The name, that can be used to display the language in UI. |
static String |
TERSE_NAME
The internal name. |
Methods inherited from class net.sourceforge.pmd.lang.BaseLanguageModule |
addVersion, getDefaultVersion, getExtensions, getName, getRuleChainVisitorClass, getShortName, getTerseName, getVersion, getVersions, hasExtension, hasVersion, toString |
NAME
public static final String NAME
- The name, that can be used to display the language in UI.
- See Also:
- Constant Field Values
TERSE_NAME
public static final String TERSE_NAME
- The internal name.
- See Also:
- Constant Field Values
PythonLanguageModule
public PythonLanguageModule()
- Creates a new instance of
PythonLanguageModule
with the default file extensions for Python.
Copyright © 2002-2015 InfoEther. All Rights Reserved.