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