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

Synopsis

public interface DumpNode

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

Synopsis

public void dump (CallContext context, String value)

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

Synopsis

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

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

Synopsis

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

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

Synopsis

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

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

Synopsis

public void close (CallContext context)