Class PLSQLParser

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.Parser

public class PLSQLParser extends net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser Link icon

    net.sourceforge.pmd.lang.ast.Parser.ParserTask
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected ASTInput
    parseImpl(net.sourceforge.pmd.lang.ast.impl.javacc.CharStream cs, net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
     
    protected net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument.TokenDocumentBehavior
     

    Methods inherited from class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter Link icon

    parse, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • PLSQLParser Link icon

      public PLSQLParser()
  • Method Details Link icon

    • tokenBehavior Link icon

      protected net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument.TokenDocumentBehavior tokenBehavior()
      Specified by:
      tokenBehavior in class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
    • parseImpl Link icon

      protected ASTInput parseImpl(net.sourceforge.pmd.lang.ast.impl.javacc.CharStream cs, net.sourceforge.pmd.lang.ast.Parser.ParserTask task) throws net.sourceforge.pmd.lang.ast.ParseException
      Specified by:
      parseImpl in class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
      Throws:
      net.sourceforge.pmd.lang.ast.ParseException