Package net.sourceforge.pmd.cpd
Class PythonLanguage
- java.lang.Object
-
- net.sourceforge.pmd.cpd.AbstractLanguage
-
- net.sourceforge.pmd.cpd.PythonLanguage
-
- All Implemented Interfaces:
Language
public class PythonLanguage extends AbstractLanguage
Defines the Language module for Python
-
-
Constructor Summary
Constructors Constructor Description PythonLanguage()
Creates a new instance ofPythonLanguage
with the default extensions for python files.
-
Method Summary
-
Methods inherited from class net.sourceforge.pmd.cpd.AbstractLanguage
getExtensions, getFileFilter, getName, getTerseName, getTokenizer, setProperties
-
-
-
-
Constructor Detail
-
PythonLanguage
public PythonLanguage()
Creates a new instance ofPythonLanguage
with the default extensions for python files.
-
-