Class ModelicaParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractParser
-
- net.sourceforge.pmd.lang.modelica.ModelicaParser
-
- All Implemented Interfaces:
Parser
@InternalApi @Deprecated public class ModelicaParser extends AbstractParser
Deprecated.This is internal API, useLanguageVersionHandler.getParser(ParserOptions).
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.AbstractParser
parserOptions
-
-
Constructor Summary
Constructors Constructor Description ModelicaParser(ParserOptions parserOptions)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanParse()Deprecated.protected 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
-
ModelicaParser
public ModelicaParser(ParserOptions parserOptions)
Deprecated.
-
-
Method Detail
-
createTokenManager
protected 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
-
-