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
public class PLSQLParser
- extends AbstractParser
Adapter for the PLSQLParser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLSQLParser
public PLSQLParser(ParserOptions parserOptions)
createTokenManager
public TokenManager createTokenManager(Reader source)
- Specified by:
createTokenManager
in class AbstractParser
createPLSQLParser
protected PLSQLParser createPLSQLParser(Reader source)
throws ParseException
- Subclass should override this method to modify the PLSQLParser as needed.
- Throws:
ParseException
canParse
public boolean canParse()
parse
public Node parse(String fileName,
Reader source)
throws ParseException
- Throws:
ParseException
getSuppressMap
public Map<Integer,String> getSuppressMap()
Copyright © 2002-2016 InfoEther. All Rights Reserved.