theKernel 10.0
Loading...
Searching...
No Matches
MkRuntimeC.java
Go to the documentation of this file.
1
9/* LABEL-INIT */
10package jvmkkernel;
11
12/* LABEL-START */
13
18public class MkRuntimeC extends MkObjectC {
19
20 static {
22 }
23
24 private MkRuntimeC (long mng, boolean dummy) {
25 super(mng,dummy);
26 }
27
28/* LABEL-END */
29
30 // INTERNAL
31
32 // PUBLIC
33
34 // BEGIN-MkRuntimeC - created by 'jv_MqS.tcl -i NHI1_HOME/theKernel/c/gen/c_mkkernel.meta' - DO NOT change
35
39
40 // doc-key: MkRuntimeC,MkRuntimeC-Config,sm_
41
43 public native static int DebugGet ();
44
46 public native static void DebugSet (int dbg);
47
49 public native static MkErrorE ErrorGetCode ();
50
52 public native static boolean IsSilentGet ();
53
55 public native static void IsSilentSet (boolean silent);
56
58 public native static String LogTargetGet ();
59
61 public native static void LogTargetReset ();
62
64 public native static void LogTargetSet (String logTgt);
65
67 public native static void NoDecoSet (boolean noDeco);
68
70 // MkRuntimeC_Config_JV_API
71
75
76 // doc-key: MkRuntimeC,MkRuntimeC-Info,sm_
77
79 public native static void Log0 (MkObjectC fmtobj, int debug, String callfunc, int lvl);
80
82 public static void Log0 () {
83 Log0 ((MkObjectC) null, 0, null, 0);
84 }
85
87 public static void Log0 (MkObjectC fmtobj) {
88 Log0 (fmtobj, 0, null, 0);
89 }
90
92 public static void Log0 (MkObjectC fmtobj, int debug) {
93 Log0 (fmtobj, debug, null, 0);
94 }
95
97 public static void Log0 (MkObjectC fmtobj, int debug, String callfunc) {
98 Log0 (fmtobj, debug, callfunc, 0);
99 }
100
102 // MkRuntimeC_Info_JV_API
103
104 // END-MkRuntimeC - created by 'jv_MqS.tcl -i NHI1_HOME/theKernel/c/gen/c_mkkernel.meta' - DO NOT change
105
106}
107
MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PL...
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-...
MkRuntimeC - The class known as mkrt or runtime is the main jvmkkernel application environment …
Java: enum MkErrorE → C-API
Definition MkErrorE.java:16
static void Setup()
Java: [static] Setup() → C-API setup jvmkkernel internal memory …
static native void NoDecoSet(boolean noDeco)
Java: [static] MkRuntimeC.NoDecoSet(boolean noDeco) → C-API set the MkRuntimeS::noDeco value …
static native void DebugSet(int dbg)
Java: [static] MkRuntimeC.DebugSet(int dbg) → C-API set the MkRuntimeS::debug value …
static native void IsSilentSet(boolean silent)
Java: [static] MkRuntimeC.IsSilentSet(boolean silent) → C-API set the MkRuntimeS::isSilent value...
static native String LogTargetGet()
Java: [static] String MkRuntimeC.LogTargetGet() → C-API get the MkLogDataS::logNAME value …
static native int DebugGet()
Java: [static] int MkRuntimeC.DebugGet() → C-API get the MkRuntimeS::debug value …
static native MkErrorE ErrorGetCode()
Java: [static] MkErrorE MkRuntimeC.ErrorGetCode() → C-API return MkErrorS.code from a given MkRu...
static native void LogTargetReset()
Java: [static] MkRuntimeC.LogTargetReset() → C-API set the MkRuntimeS::log value to the DEFAULT ...
static native boolean IsSilentGet()
Java: [static] boolean MkRuntimeC.IsSilentGet() → C-API get the MkRuntimeS::isSilent value …
static native void LogTargetSet(String logTgt)
Java: [static] MkRuntimeC.LogTargetSet(String logTgt) → C-API set the MkRuntimeS::log value and ...
static void Log0(MkObjectC fmtobj, int debug, String callfunc)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0(MkObjectC fmtobj)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0()
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static native void Log0(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static void Log0(MkObjectC fmtobj, int debug)
Java: [static] MkRuntimeC.Log0(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...