Package net.sourceforge.pmd.lang.vf.ast
Class DumpFacade
- java.lang.Object
-
- net.sourceforge.pmd.lang.vf.ast.VfParserVisitorAdapter
-
- net.sourceforge.pmd.lang.vf.ast.DumpFacade
-
- All Implemented Interfaces:
VfParserVisitor
@Deprecated public class DumpFacade extends VfParserVisitorAdapter
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, VfNode node)
Deprecated.Object
visit(VfNode node, Object data)
Deprecated.
-
-
-
Method Detail
-
initializeWith
public void initializeWith(Writer writer, String prefix, boolean recurse, VfNode node)
Deprecated.
-
visit
public Object visit(VfNode node, Object data)
Deprecated.- Specified by:
visit
in interfaceVfParserVisitor
- Overrides:
visit
in classVfParserVisitorAdapter
-
-