Package net.sourceforge.pmd.lang.python
Class PythonHandler
- java.lang.Object
- 
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
- 
- net.sourceforge.pmd.lang.python.PythonHandler
 
 
- 
- All Implemented Interfaces:
- net.sourceforge.pmd.lang.LanguageVersionHandler
 
 @Deprecated public class PythonHandler extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandlerDeprecated.There is no full PMD support for Python.Implementation of LanguageVersionHandler for the Python Language.
- 
- 
Constructor SummaryConstructors Constructor Description PythonHandler()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sourceforge.pmd.lang.ParsergetParser(net.sourceforge.pmd.lang.ParserOptions parserOptions)Deprecated.net.sourceforge.pmd.lang.rule.RuleViolationFactorygetRuleViolationFactory()Deprecated.- 
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandlergetDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDFAGraphRule, getDumpFacade, getLanguageMetricsProvider, getMultifileFacade, getQualifiedNameResolutionFacade, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade, getXPathHandler
 
- 
 
-