Package net.sourceforge.pmd.lang.jsp.ast
Class DumpFacade
- java.lang.Object
-
- net.sourceforge.pmd.lang.jsp.ast.JspParserVisitorAdapter
-
- net.sourceforge.pmd.lang.jsp.ast.DumpFacade
-
- All Implemented Interfaces:
JspParserVisitor
@Deprecated public class DumpFacade extends JspParserVisitorAdapter
Deprecated.This class will be removed with PMD 7. The rule designer is a better way to inspect nodes.
-
-
Constructor Summary
Constructors Constructor Description DumpFacade()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
initializeWith(Writer writer, String prefix, boolean recurse, JspNode node)
Deprecated.Object
visit(JspNode node, Object data)
Deprecated.
-
-
-
Method Detail
-
initializeWith
public void initializeWith(Writer writer, String prefix, boolean recurse, JspNode node)
Deprecated.
-
visit
public Object visit(JspNode node, Object data)
Deprecated.- Specified by:
visit
in interfaceJspParserVisitor
- Overrides:
visit
in classJspParserVisitorAdapter
-
-