net.sourceforge.pmd.lang.cpp
Class CppHandler

java.lang.Object
  extended by net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
      extended by net.sourceforge.pmd.lang.cpp.CppHandler
All Implemented Interfaces:
LanguageVersionHandler

public class CppHandler
extends AbstractLanguageVersionHandler

Implementation of LanguageVersionHandler for the C++ Language.


Constructor Summary
CppHandler()
           
 
Method Summary
 Parser getParser(ParserOptions parserOptions)
           
 RuleViolationFactory getRuleViolationFactory()
           
 
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
getDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDFAGraphRule, getDumpFacade, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade, getXPathHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppHandler

public CppHandler()
Method Detail

getRuleViolationFactory

public RuleViolationFactory getRuleViolationFactory()

getParser

public Parser getParser(ParserOptions parserOptions)


Copyright © 2002-2015 InfoEther. All Rights Reserved.