//Artefact:JavaClass/com/sphenon/basics/debug/DumpNode_Stream

Synopsis

public DumpNode_Stream extends Object implements DumpNode

//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Stream/DumpNode_Stream

Synopsis

public DumpNode_Stream (CallContext context, PrintStream out)

//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Stream/DumpNode_Stream

Synopsis

public DumpNode_Stream (CallContext context, PrintStream out, String indent)

//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Stream/DumpNode_Stream

Synopsis

public DumpNode_Stream (CallContext context, PrintStream out, String indent, DumpNode_Stream parent)

//Artefact:Constructor/com/sphenon/basics/debug/DumpNode_Stream/DumpNode_Stream

Synopsis

public DumpNode_Stream (CallContext context, PrintStream out, String indent, DumpNode_Stream parent, boolean show_names, boolean name_value_same_line, String indent_increment, boolean technical_details)

//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Stream/parent

Synopsis

protected com.sphenon.basics.debug.DumpNode_Stream parent

//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Stream/currently_dumped

Synopsis

protected java.lang.Object currently_dumped

//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Stream/out

Synopsis

protected java.io.PrintStream out

//Artefact:Attribute/com/sphenon/basics/debug/DumpNode_Stream/indent_increment

Synopsis

protected java.lang.String indent_increment

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/dump

Synopsis

public void dump (CallContext context, String value)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/dump

Synopsis

public void dump (CallContext context, String name, Object value)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/openDumpTechnicalDetails

Synopsis

public com.sphenon.basics.debug.DumpNode openDumpTechnicalDetails (CallContext context, String name)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/openDump

Synopsis

public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/openDump

Synopsis

public com.sphenon.basics.debug.DumpNode openDump (CallContext context, String name, boolean is_technical_detail)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/close

Synopsis

public void close (CallContext context)

//Artefact:Method/com/sphenon/basics/debug/DumpNode_Stream/isCurrentlyDumped

Synopsis

public boolean isCurrentlyDumped (CallContext context, Object value)