net.sourceforge.pmd.lang.objectivec
Class ObjectiveCHandler
java.lang.Object
net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.objectivec.ObjectiveCHandler
- All Implemented Interfaces:
- LanguageVersionHandler
public class ObjectiveCHandler
- extends AbstractLanguageVersionHandler
Implementation of LanguageVersionHandler for the Objective-C Language.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectiveCHandler
public ObjectiveCHandler()
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.