//Artefact:JavaClass/com/sphenon/basics/context/Context
Synopsis
public abstract Context
extends Object
implements CallContext, LocationContext
//Artefact:Constructor/com/sphenon/basics/context/Context/Context
Synopsis
public Context ()
//Artefact:Attribute/com/sphenon/basics/context/Context/instance_counter
Synopsis
public static com.sphenon.basics.performance.InstanceCounter instance_counter
//Artefact:Method/com/sphenon/basics/context/Context/create
Synopsis
public static com.sphenon.basics.context.Context create (CallContext cc)
//Artefact:Method/com/sphenon/basics/context/Context/create
Synopsis
public static com.sphenon.basics.context.Context create (CallContext cc, LocationContext lc)
//Artefact:Method/com/sphenon/basics/context/Context/getContext
Synopsis
protected com.sphenon.basics.context.Context getContext ()
//Artefact:Method/com/sphenon/basics/context/Context/getCallContext
Synopsis
public abstract com.sphenon.basics.context.CallContext getCallContext ()
//Artefact:Method/com/sphenon/basics/context/Context/getLocationContext
Synopsis
public abstract com.sphenon.basics.context.LocationContext getLocationContext ()
//Artefact:Method/com/sphenon/basics/context/Context/getCallDepth
Synopsis
public abstract int getCallDepth ()
//Artefact:Method/com/sphenon/basics/context/Context/getSpecificContext
Synopsis
public abstract com.sphenon.basics.context.SpecificContext getSpecificContext (java.lang.Class reg_class)
//Artefact:Method/com/sphenon/basics/context/Context/getSpecificContext
Synopsis
public abstract com.sphenon.basics.context.SpecificContext getSpecificContext (java.lang.Class reg_class, boolean only_local)
//Artefact:Method/com/sphenon/basics/context/Context/getSpecificCallContext
Synopsis
public abstract com.sphenon.basics.context.SpecificContext getSpecificCallContext (java.lang.Class reg_class)
//Artefact:Method/com/sphenon/basics/context/Context/getSpecificLocationContext
Synopsis
public abstract com.sphenon.basics.context.SpecificContext getSpecificLocationContext (java.lang.Class reg_class)
//Artefact:Method/com/sphenon/basics/context/Context/setSpecificContext
Synopsis
public abstract void setSpecificContext (java.lang.Class reg_class, SpecificContext specific_context)