theSq3Lite
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
Sq3StatusE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvsq3lite;
11
12
// BEGIN-Sq3StatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
13
16
public
enum
Sq3StatusE
{
17
MEMORY_USED
(0),
18
PAGECACHE_USED
(1),
19
PAGECACHE_OVERFLOW
(2),
20
SCRATCH_USED
(3),
21
SCRATCH_OVERFLOW
(4),
22
MALLOC_SIZE
(5),
23
PARSER_STACK
(6),
24
PAGECACHE_SIZE
(7),
25
SCRATCH_SIZE
(8),
26
MALLOC_COUNT
(9);
27
private
final
int
value;
28
Sq3StatusE
(
int
val) {this.value = val;}
29
public
int
get
() {
return
value; }
30
public
static
Sq3StatusE
set
(
int
val) {
31
return
Sq3Lite
.
StatusE_FromInt
(val);
32
}
33
}
34
35
// END-Sq3StatusE - created by 'jv_MqS.tcl -i NHI1_HOME/theSq3Lite/c/gen/c_sq3lite.meta' - DO NOT change
jvsq3lite.Sq3Lite
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Definition
Sq3Lite.java:125
jvsq3lite.Sq3StatusE
Java: enum Sq3StatusE → C-API
Definition
Sq3StatusE.java:16
jvsq3lite.Sq3StatusE.SCRATCH_USED
SCRATCH_USED
Definition
Sq3StatusE.java:20
jvsq3lite.Sq3StatusE.SCRATCH_OVERFLOW
SCRATCH_OVERFLOW
Definition
Sq3StatusE.java:21
jvsq3lite.Sq3StatusE.MALLOC_COUNT
MALLOC_COUNT
Definition
Sq3StatusE.java:26
jvsq3lite.Sq3StatusE.PARSER_STACK
PARSER_STACK
Definition
Sq3StatusE.java:23
jvsq3lite.Sq3StatusE.MALLOC_SIZE
MALLOC_SIZE
Definition
Sq3StatusE.java:22
jvsq3lite.Sq3StatusE.MEMORY_USED
MEMORY_USED
Definition
Sq3StatusE.java:17
jvsq3lite.Sq3StatusE.PAGECACHE_USED
PAGECACHE_USED
Definition
Sq3StatusE.java:18
jvsq3lite.Sq3StatusE.PAGECACHE_OVERFLOW
PAGECACHE_OVERFLOW
Definition
Sq3StatusE.java:19
jvsq3lite.Sq3StatusE.SCRATCH_SIZE
SCRATCH_SIZE
Definition
Sq3StatusE.java:25
jvsq3lite.Sq3StatusE.PAGECACHE_SIZE
PAGECACHE_SIZE
Definition
Sq3StatusE.java:24
jvsq3lite.Sq3StatusE.Sq3StatusE
Sq3StatusE(int val)
Definition
Sq3StatusE.java:28
jvsq3lite.Sq3Lite.StatusE_FromInt
static native Sq3StatusE StatusE_FromInt(int value)
Java: [static] Sq3StatusE StatusE_FromInt(int value) → C-API return the Sq3StatusE from integer ...
Generated on Thu May 29 2025 13:14:56 for theSq3Lite by
1.12.0