Package net.sourceforge.pmd.lang.matlab
Class MatlabParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractParser
-
- net.sourceforge.pmd.lang.matlab.MatlabParser
-
- All Implemented Interfaces:
Parser
@Deprecated public class MatlabParser extends AbstractParser
Deprecated.There is no full PMD support for Matlab.Adapter for the Matlab Parser.
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.AbstractParser
parserOptions
-
-
Constructor Summary
Constructors Constructor Description MatlabParser(ParserOptions parserOptions)Deprecated.Creates a new Matlab Parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanParse()Deprecated.TokenManagercreateTokenManager(Reader source)Deprecated.Map<Integer,String>getSuppressMap()Deprecated.Nodeparse(String fileName, Reader source)Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.AbstractParser
doParse, getParserOptions, getTokenManager, setFileName
-
-
-
-
Constructor Detail
-
MatlabParser
public MatlabParser(ParserOptions parserOptions)
Deprecated.Creates a new Matlab Parser.- Parameters:
parserOptions- the options
-
-
Method Detail
-
createTokenManager
public TokenManager createTokenManager(Reader source)
Deprecated.- Specified by:
createTokenManagerin classAbstractParser
-
canParse
public boolean canParse()
Deprecated.
-
parse
public Node parse(String fileName, Reader source) throws ParseException
Deprecated.- Throws:
ParseException
-
-