Package net.sourceforge.pmd.lang.jsp.ast
Class JspParserVisitorAdapter
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AstVisitorBase<P,R>
-
- net.sourceforge.pmd.lang.jsp.ast.JspVisitorBase<Object,Object>
-
- net.sourceforge.pmd.lang.jsp.ast.JspParserVisitorAdapter
-
- All Implemented Interfaces:
AstVisitor<Object,Object>
,JspParserVisitor
,JspVisitor<Object,Object>
@Deprecated public class JspParserVisitorAdapter extends JspVisitorBase<Object,Object> implements JspParserVisitor
Deprecated.UseJspVisitorBase
Backwards-compatibility only.
-
-
Constructor Summary
Constructors Constructor Description JspParserVisitorAdapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Object
visitChildren(Node node, Object data)
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.ast.AstVisitorBase
visitNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.AstVisitor
cannotVisit
-
Methods inherited from interface net.sourceforge.pmd.lang.jsp.ast.JspParserVisitor
visitNode
-
-
-
-
Method Detail
-
visitChildren
protected Object visitChildren(Node node, Object data)
Deprecated.- Overrides:
visitChildren
in classAstVisitorBase<Object,Object>
-
-