public class PLSQLParser extends AbstractParser
parserOptions
Constructor and Description |
---|
PLSQLParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
canParse() |
protected PLSQLParser |
createPLSQLParser(Reader source)
Subclass should override this method to modify the PLSQLParser as needed.
|
TokenManager |
createTokenManager(Reader source) |
Map<Integer,String> |
getSuppressMap() |
Node |
parse(String fileName,
Reader source) |
getParserOptions, getTokenManager
public PLSQLParser(ParserOptions parserOptions)
public TokenManager createTokenManager(Reader source)
createTokenManager
in class AbstractParser
protected PLSQLParser createPLSQLParser(Reader source) throws ParseException
ParseException
public boolean canParse()
public Node parse(String fileName, Reader source) throws ParseException
ParseException
Copyright © 2002–2017 PMD. All rights reserved.