Class MatlabHandler

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

    @Deprecated
    public class MatlabHandler
    extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
    Deprecated.
    There is no full PMD support for Matlab.
    Implementation of LanguageVersionHandler for the Matlab Language.
    • Constructor Summary

      Constructors 
      Constructor Description
      MatlabHandler()
      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, 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

      • MatlabHandler

        public MatlabHandler()
        Deprecated.
    • Method Detail

      • getRuleViolationFactory

        public net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()
        Deprecated.
      • getParser

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