Package net.sourceforge.pmd.lang.cpp
Class CppHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.cpp.CppHandler
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.LanguageVersionHandler
@Deprecated public class CppHandler extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
Deprecated.There is no full PMD support for c++.Implementation of LanguageVersionHandler for the C++ Language.
-
-
Constructor Summary
Constructors Constructor Description CppHandler()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sourceforge.pmd.lang.Parser
getParser(net.sourceforge.pmd.lang.ParserOptions parserOptions)
Deprecated.net.sourceforge.pmd.lang.rule.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
-
-