//Artefact:JavaClass/com/sphenon/basics/debug/DumpNode_Writer
Synopsis
public DumpNode_Writer
extends Object
implements DumpNode
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Writer/DumpNode_Writer
Synopsis
public DumpNode_Writer (CallContext context, PrintWriter out)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Writer/DumpNode_Writer
Synopsis
public DumpNode_Writer (CallContext context, PrintWriter out, String indent)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Writer/DumpNode_Writer
Synopsis
public DumpNode_Writer (CallContext context, PrintWriter out, String indent, DumpNode_Writer parent)
//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Writer/DumpNode_Writer
Synopsis
public DumpNode_Writer (CallContext context, PrintWriter out, String indent, DumpNode_Writer parent, boolean
show_names, boolean name_value_same_line, String indent_increment, boolean technical_details)
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/parent
Synopsis
protected com.sphenon.basics.debug.DumpNode_Writer parent
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/currently_dumped
Synopsis
protected java.lang.Object currently_dumped
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/out
Synopsis
protected java.io.PrintWriter out
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/first
Synopsis
protected boolean first
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/show_names
Synopsis
protected boolean show_names
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/name_value_same_line
Synopsis
protected boolean name_value_same_line
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/indent
Synopsis
protected java.lang.String indent
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/indent_increment
Synopsis
protected java.lang.String indent_increment
//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Writer/technical_details
Synopsis
protected boolean technical_details
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/dump
Synopsis
public void dump (CallContext context, String value)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/dump
Synopsis
public void dump (CallContext context, String name, Object value)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/openDumpTechnicalDetails
Synopsis
public com.sphenon.basics.debug.DumpNode openDumpTechnicalDetails (CallContext context, String name)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/openDump
Synopsis
public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/openDump
Synopsis
public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name, boolean is_technical_detail)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/close
Synopsis
public void close (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/DumpNode_Writer/isCurrentlyDumped
Synopsis
public boolean isCurrentlyDumped (CallContext context, Object value)