net.sourceforge.pmd.lang.objectivec
Class ObjectiveCHandler

java.lang.Object
  extended by net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
      extended by net.sourceforge.pmd.lang.objectivec.ObjectiveCHandler
All Implemented Interfaces:
LanguageVersionHandler

public class ObjectiveCHandler
extends AbstractLanguageVersionHandler

Implementation of LanguageVersionHandler for the Objective-C Language.


Constructor Summary
ObjectiveCHandler()
           
 
Method Summary
 Parser getParser(ParserOptions parserOptions)
          Get the Parser.
 RuleViolationFactory getRuleViolationFactory()
          Get the RuleViolationFactory.
 
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

ObjectiveCHandler

public ObjectiveCHandler()
Method Detail

getRuleViolationFactory

public RuleViolationFactory getRuleViolationFactory()
Description copied from interface: LanguageVersionHandler
Get the RuleViolationFactory.


getParser

public Parser getParser(ParserOptions parserOptions)
Description copied from interface: LanguageVersionHandler
Get the Parser.

Returns:
Parser


Copyright © 2002–2015 InfoEther. All rights reserved.