Package net.sourceforge.pmd.lang.plsql
Class PLSQLParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractParser
-
- net.sourceforge.pmd.lang.plsql.PLSQLParser
-
- All Implemented Interfaces:
Parser
@InternalApi @Deprecated public class PLSQLParser extends AbstractParser
Deprecated.This is internal API, useLanguageVersionHandler.getParser(ParserOptions).Adapter for the PLSQLParser.
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.AbstractParser
parserOptions
-
-
Constructor Summary
Constructors Constructor Description PLSQLParser(ParserOptions parserOptions)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanParse()Deprecated.protected PLSQLParsercreatePLSQLParser(Reader source)Deprecated.Subclass should override this method to modify the PLSQLParser as needed.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
-
-
-
-
Constructor Detail
-
PLSQLParser
public PLSQLParser(ParserOptions parserOptions)
Deprecated.
-
-
Method Detail
-
createTokenManager
public TokenManager createTokenManager(Reader source)
Deprecated.- Specified by:
createTokenManagerin classAbstractParser
-
createPLSQLParser
protected PLSQLParser createPLSQLParser(Reader source) throws ParseException
Deprecated.Subclass should override this method to modify the PLSQLParser as needed.- Throws:
ParseException
-
canParse
public boolean canParse()
Deprecated.
-
parse
public Node parse(String fileName, Reader source) throws ParseException
Deprecated.- Throws:
ParseException
-
-