Class DumpFacade
- java.lang.Object
-
- net.sourceforge.pmd.lang.apex.ast.DumpFacade
-
@Deprecated public class DumpFacade extends Object
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, ApexNode<?> node)
Deprecated.Object
visit(ApexNode<?> node, Object data)
Deprecated.
-