Class MatlabParser

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

    @Deprecated
    public class MatlabParser
    extends net.sourceforge.pmd.lang.AbstractParser
    Deprecated.
    There is no full PMD support for Matlab.
    Adapter for the Matlab Parser.
    • Constructor Detail

      • MatlabParser

        public MatlabParser​(net.sourceforge.pmd.lang.ParserOptions parserOptions)
        Deprecated.
        Creates a new Matlab Parser.
        Parameters:
        parserOptions - the options
    • Method Detail

      • createTokenManager

        public net.sourceforge.pmd.lang.TokenManager createTokenManager​(Reader source)
        Deprecated.
        Specified by:
        createTokenManager in class net.sourceforge.pmd.lang.AbstractParser
      • canParse

        public boolean canParse()
        Deprecated.
      • parse

        public net.sourceforge.pmd.lang.ast.Node parse​(String fileName,
                                                       Reader source)
                                                throws net.sourceforge.pmd.lang.ast.ParseException
        Deprecated.
        Throws:
        net.sourceforge.pmd.lang.ast.ParseException