public final class BooleanValue extends java.lang.Object implements DataValue
Modifier and Type | Field and Description |
---|---|
static BooleanValue |
FALSE |
static BooleanValue |
TRUE |
Modifier and Type | Method and Description |
---|---|
void |
accept(ValueVisitor visitor) |
BooleanValue |
copy() |
static BooleanValue |
getInstance(boolean bool) |
DataType |
getType() |
boolean |
getValue() |
java.lang.String |
toString() |
public static final BooleanValue TRUE
public static final BooleanValue FALSE
public boolean getValue()
public static BooleanValue getInstance(boolean bool)
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(ValueVisitor visitor)
public BooleanValue copy()