net.sourceforge.pmd.lang.plsql
Class PLSQLHandler

java.lang.Object
  extended by net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
      extended by net.sourceforge.pmd.lang.plsql.PLSQLHandler
All Implemented Interfaces:
LanguageVersionHandler

public class PLSQLHandler
extends AbstractLanguageVersionHandler

Implementation of LanguageVersionHandler for the PLSQL AST. It uses anonymous classes as adapters of the visitors to the VisitorStarter interface.

Author:
sturton - PLDoc - pldoc.sourceforge.net

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

PLSQLHandler

public PLSQLHandler()
Method Detail

getParser

public Parser getParser(ParserOptions parserOptions)
Description copied from interface: LanguageVersionHandler
Get the Parser.

Returns:
Parser

getRuleViolationFactory

public RuleViolationFactory getRuleViolationFactory()
Description copied from interface: LanguageVersionHandler
Get the RuleViolationFactory.


getDFAGraphRule

public DFAGraphRule getDFAGraphRule()
Specified by:
getDFAGraphRule in interface LanguageVersionHandler
Overrides:
getDFAGraphRule in class AbstractLanguageVersionHandler

getDataFlowHandler

public DataFlowHandler getDataFlowHandler()
Description copied from interface: LanguageVersionHandler
Get the DataFlowHandler.

Specified by:
getDataFlowHandler in interface LanguageVersionHandler
Overrides:
getDataFlowHandler in class AbstractLanguageVersionHandler

getDataFlowFacade

public VisitorStarter getDataFlowFacade()
Description copied from interface: LanguageVersionHandler
Get the DataFlowFacade.

Specified by:
getDataFlowFacade in interface LanguageVersionHandler
Overrides:
getDataFlowFacade in class AbstractLanguageVersionHandler
Returns:
VisitorStarter

getSymbolFacade

public VisitorStarter getSymbolFacade()
Description copied from interface: LanguageVersionHandler
Get the SymbolFacade.

Specified by:
getSymbolFacade in interface LanguageVersionHandler
Overrides:
getSymbolFacade in class AbstractLanguageVersionHandler
Returns:
VisitorStarter

getDumpFacade

public VisitorStarter getDumpFacade(Writer writer,
                                    String prefix,
                                    boolean recurse)
Description copied from interface: LanguageVersionHandler
Get the DumpFacade.

Specified by:
getDumpFacade in interface LanguageVersionHandler
Overrides:
getDumpFacade in class AbstractLanguageVersionHandler
Parameters:
writer - The writer to dump to.
Returns:
VisitorStarter

getXPathHandler

public XPathHandler getXPathHandler()
Description copied from interface: LanguageVersionHandler
Get the XPathHandler.

Specified by:
getXPathHandler in interface LanguageVersionHandler
Overrides:
getXPathHandler in class AbstractLanguageVersionHandler


Copyright © 2002–2015 InfoEther. All rights reserved.