Class DumpFacade


  • public class DumpFacade
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DumpFacade()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initializeWith​(java.io.Writer writer, java.lang.String prefix, boolean recurse, ApexNode<?> node)  
      java.lang.Object visit​(ApexNode<?> node, java.lang.Object data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DumpFacade

        public DumpFacade()
    • Method Detail

      • initializeWith

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

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