Class PLSQLParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTInput>
-
- net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- All Implemented Interfaces:
Parser
public class PLSQLParser extends JjtreeParserAdapter<ASTInput>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask
-
-
Constructor Summary
Constructors Constructor Description PLSQLParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ASTInput
parseImpl(CharStream cs, Parser.ParserTask task)
protected JavaccTokenDocument.TokenDocumentBehavior
tokenBehavior()
-
Methods inherited from class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter
parse, toString
-
-
-
-
Method Detail
-
tokenBehavior
protected JavaccTokenDocument.TokenDocumentBehavior tokenBehavior()
- Specified by:
tokenBehavior
in classJjtreeParserAdapter<ASTInput>
-
parseImpl
protected ASTInput parseImpl(CharStream cs, Parser.ParserTask task) throws ParseException
- Specified by:
parseImpl
in classJjtreeParserAdapter<ASTInput>
- Throws:
ParseException
-
-