24 Set(
int val) {this.val = val;}
25 public int get() {
return val; }
27 private final int flag;
31 public int get() {
return flag; }
36 return this.flag == other.flag;
40 for (
int i = 0; i < vals.length; i++) {
Java: enum Sq3FunctionEF → C-API
boolean equals(Sq3FunctionEF other)
static Sq3FunctionEF AND(Sq3FunctionEF.Set... vals)
Sq3Lite PACKAGE - toplevel package of the Programming-Language-Micro-Kernel (PLMK) …
Sq3FunctionEF
Function Flags.
static native String FunctionEF_ToString(Sq3FunctionEF value)
Java: [static] String FunctionEF_ToString(Sq3FunctionEF value) → C-API return the Sq3FunctionEF ...
static native Sq3FunctionEF FunctionEF_FromInt(int value)
Java: [static] Sq3FunctionEF FunctionEF_FromInt(int value) → C-API return the Sq3FunctionEF from...