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:
LanguageVersionHandler
@Deprecated public class PythonHandler extends AbstractLanguageVersionHandler
Deprecated.There is no full PMD support for Python.Implementation of LanguageVersionHandler for the Python Language.
-
-
Constructor Summary
Constructors Constructor Description PythonHandler()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Parser
getParser(ParserOptions parserOptions)
Deprecated.RuleViolationFactory
getRuleViolationFactory()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
getDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDesignerBindings, getDFAGraphRule, getDumpFacade, getLanguageMetricsProvider, getMultifileFacade, getQualifiedNameResolutionFacade, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade, getXPathHandler
-
-
-
-
Method Detail
-
getRuleViolationFactory
public RuleViolationFactory getRuleViolationFactory()
Deprecated.
-
getParser
public Parser getParser(ParserOptions parserOptions)
Deprecated.
-
-