net.sourceforge.pmd.cpd
Class PythonLanguage

java.lang.Object
  extended by net.sourceforge.pmd.cpd.AbstractLanguage
      extended by net.sourceforge.pmd.cpd.PythonLanguage
All Implemented Interfaces:
Language

public class PythonLanguage
extends AbstractLanguage

Defines the Language module for Python


Constructor Summary
PythonLanguage()
          Creates a new instance of PythonLanguage with the default extensions for python files.
 
Method Summary
 
Methods inherited from class net.sourceforge.pmd.cpd.AbstractLanguage
getExtensions, getFileFilter, getName, getTerseName, getTokenizer, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonLanguage

public PythonLanguage()
Creates a new instance of PythonLanguage with the default extensions for python files.



Copyright © 2002-2015 InfoEther. All Rights Reserved.