Class JjtreeParserAdapter<R extends RootNode>

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.javacc.JjtreeParserAdapter<R>
Type Parameters:
R - Type of the root node of this language
All Implemented Interfaces:
Parser

public abstract class JjtreeParserAdapter<R extends RootNode> extends Object implements Parser
Base implementation of the Parser interface for JavaCC language implementations. This wraps a parser generated by JavaCC, it's not meant as a base class for the generated parser.