Package net.sourceforge.pmd.lang.jsp.ast
Class JspParser
java.lang.Object
net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<ASTCompilationUnit>
net.sourceforge.pmd.lang.jsp.ast.JspParser
- All Implemented Interfaces:
Parser
JSP language parser.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser
Parser.ParserTask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ASTCompilationUnitparseImpl(CharStream cs, Parser.ParserTask task) Methods inherited from class net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter
parse, toString
-
Constructor Details
-
JspParser
public JspParser()
-
-
Method Details
-
tokenBehavior
- Specified by:
tokenBehaviorin classJjtreeParserAdapter<ASTCompilationUnit>
-
parseImpl
- Specified by:
parseImplin classJjtreeParserAdapter<ASTCompilationUnit>- Throws:
ParseException
-