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>
-
-
Constructor Summary
Constructors Constructor Description PLSQLParser()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
tokenBehavior()
-
-
-
Method Detail
-
tokenBehavior
protected net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument.TokenDocumentBehavior tokenBehavior()
- Specified by:
tokenBehavior
in classnet.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
-
parseImpl
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 classnet.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
- Throws:
net.sourceforge.pmd.lang.ast.ParseException
-
-