//Artefact:JavaClass/com/sphenon/basics/debug/Dumper
Synopsis
public Dumper
extends Object
//Artefact:Constructor/com/sphenon/basics/debug/Dumper/Dumper
Synopsis
public Dumper ()
//Artefact:Attribute/com/sphenon/basics/debug/Dumper/factory
Synopsis
protected static com.sphenon.basics.debug.Factory_DumpNode factory
//Artefact:Method/com/sphenon/basics/debug/Dumper/setFactory
Synopsis
public static void setFactory (CallContext context, Factory_DumpNode new_factory)
//Artefact:Method/com/sphenon/basics/debug/Dumper/dump
Synopsis
public static void dump (CallContext context, String name, Object instance)
//Artefact:Method/com/sphenon/basics/debug/Dumper/dump
Synopsis
public static void dump (CallContext context, String name, Object instance, String indent, boolean show_names,
boolean name_value_same_line, String indent_increment, boolean technical_details)
//Artefact:Method/com/sphenon/basics/debug/Dumper/dumpToString
Synopsis
public static java.lang.String dumpToString (CallContext context, String name, Object instance)
//Artefact:Method/com/sphenon/basics/debug/Dumper/isCommonType
Synopsis
public static boolean isCommonType (CallContext context, Object instance)
//Artefact:Method/com/sphenon/basics/debug/Dumper/dumpCommonType
Synopsis
public static void dumpCommonType (CallContext context, Object instance, DumpNode dump_node)