java.lang.Comparable<net.sourceforge.pmd.lang.Language>, net.sourceforge.pmd.lang.Languagepublic class PythonLanguageModule
extends net.sourceforge.pmd.lang.BaseLanguageModule
| 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 | Description |
|---|---|
PythonLanguageModule() |
Creates a new instance of
PythonLanguageModule with the default
file extensions for Python. |
public static final java.lang.String NAME
public static final java.lang.String TERSE_NAME
public PythonLanguageModule()
PythonLanguageModule with the default
file extensions for Python.Copyright © 2002–2018 PMD. All rights reserved.