public final class Lbool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Lbool |
FALSE |
static Lbool |
TRUE |
static Lbool |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
Lbool |
not()
boolean negation.
|
java.lang.String |
toString()
Textual representation for the truth value.
|
public static final Lbool FALSE
public static final Lbool TRUE
public static final Lbool UNDEFINED
public Lbool not()
public java.lang.String toString()
toString
in class java.lang.Object