Class 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 Detail

      • PLSQLHandler

        public PLSQLHandler()
    • Method Detail

      • getParser

        public net.sourceforge.pmd.lang.ast.Parser getParser()