Package net.sourceforge.pmd.lang.plsql
Class PLSQLHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
-
- net.sourceforge.pmd.lang.plsql.PLSQLHandler
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.LanguageVersionHandler
public class PLSQLHandler extends net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
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
Constructors Constructor Description PLSQLHandler()
-