Class ObjectiveCHandler

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.LanguageVersionHandler

    public class ObjectiveCHandler
    extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
    Implementation of LanguageVersionHandler for the Objective-C Language.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sourceforge.pmd.lang.Parser getParser​(net.sourceforge.pmd.lang.ParserOptions parserOptions)  
      net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()  
      • Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler

        getDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDFAGraphRule, getDumpFacade, getMultifileFacade, getQualifiedNameResolutionFacade, 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 net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()
      • getParser

        public net.sourceforge.pmd.lang.Parser getParser​(net.sourceforge.pmd.lang.ParserOptions parserOptions)