Package net.sourceforge.pmd.lang.jsp.ast
Class JspVisitorBase<P,R>
java.lang.Object
net.sourceforge.pmd.lang.ast.AstVisitorBase<P,R>
net.sourceforge.pmd.lang.jsp.ast.JspVisitorBase<P,R>
- All Implemented Interfaces:
AstVisitor<P,,R> JspVisitor<P,R>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.pmd.lang.ast.AstVisitorBase
visitChildren, visitNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.pmd.lang.ast.AstVisitor
cannotVisit, visitNode
-
Constructor Details
-
JspVisitorBase
public JspVisitorBase()
-