Class DumpFacade


  • @Deprecated
    public class DumpFacade
    extends java.lang.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.
       
    • Constructor Detail

      • DumpFacade

        public DumpFacade()
        Deprecated.
    • Method Detail

      • initializeWith

        public void initializeWith​(java.io.Writer writer,
                                   java.lang.String prefix,
                                   boolean recurse,
                                   EcmascriptNode<?> node)
        Deprecated.
      • visit

        public java.lang.Object visit​(EcmascriptNode<?> node,
                                      java.lang.Object data)
        Deprecated.