//Artefact:JavaClass/com/sphenon/basics/debug/CheckPoint
Synopsis
public CheckPoint
extends Object
//Artefact:Constructor/com/sphenon/basics/debug/CheckPoint/CheckPoint
Synopsis
protected CheckPoint (CallContext context, String id, java.lang.Object[] arguments)
//Artefact:Attribute/com/sphenon/basics/debug/CheckPoint/check_point_handler
Synopsis
protected static com.sphenon.basics.debug.CheckPointHandler check_point_handler
//Artefact:Attribute/com/sphenon/basics/debug/CheckPoint/id
Synopsis
protected java.lang.String id
//Artefact:Attribute/com/sphenon/basics/debug/CheckPoint/arguments
Synopsis
protected java.lang.Object[] arguments
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/getCheckPointHandler
Synopsis
public static com.sphenon.basics.debug.CheckPointHandler getCheckPointHandler (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/setCheckPointHandler
Synopsis
public static void setCheckPointHandler (CallContext context, CheckPointHandler new_check_point_handler)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/create
Synopsis
public static com.sphenon.basics.debug.CheckPoint create (CallContext context, String id, java.lang.Object[] arguments)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/getId
Synopsis
public java.lang.String getId (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/setId
Synopsis
public void setId (CallContext context, String id)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/getArguments
Synopsis
public java.lang.Object[] getArguments (CallContext context)
//Artefact:Method/com/sphenon/basics/debug/CheckPoint/setArguments
Synopsis
public void setArguments (CallContext context, java.lang.Object[] arguments)