|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.plsql.PLSQLHandler
public class PLSQLHandler
Implementation of LanguageVersionHandler for the PLSQL AST. It uses anonymous classes as adapters of the visitors to the VisitorStarter interface.
Constructor Summary | |
---|---|
PLSQLHandler()
|
Method Summary | |
---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade. |
DataFlowHandler |
getDataFlowHandler()
Get the DataFlowHandler. |
DFAGraphRule |
getDFAGraphRule()
|
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade. |
Parser |
getParser(ParserOptions parserOptions)
Get the Parser. |
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory. |
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade. |
XPathHandler |
getXPathHandler()
Get the XPathHandler. |
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler |
---|
getDefaultParserOptions, getSymbolFacade, getTypeResolutionFacade |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PLSQLHandler()
Method Detail |
---|
public Parser getParser(ParserOptions parserOptions)
LanguageVersionHandler
public RuleViolationFactory getRuleViolationFactory()
LanguageVersionHandler
public DFAGraphRule getDFAGraphRule()
getDFAGraphRule
in interface LanguageVersionHandler
getDFAGraphRule
in class AbstractLanguageVersionHandler
public DataFlowHandler getDataFlowHandler()
LanguageVersionHandler
getDataFlowHandler
in interface LanguageVersionHandler
getDataFlowHandler
in class AbstractLanguageVersionHandler
public VisitorStarter getDataFlowFacade()
LanguageVersionHandler
getDataFlowFacade
in interface LanguageVersionHandler
getDataFlowFacade
in class AbstractLanguageVersionHandler
public VisitorStarter getSymbolFacade()
LanguageVersionHandler
getSymbolFacade
in interface LanguageVersionHandler
getSymbolFacade
in class AbstractLanguageVersionHandler
public VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
LanguageVersionHandler
getDumpFacade
in interface LanguageVersionHandler
getDumpFacade
in class AbstractLanguageVersionHandler
writer
- The writer to dump to.
public XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler
in interface LanguageVersionHandler
getXPathHandler
in class AbstractLanguageVersionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |