public final class BooleanValue extends 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() |
boolean |
equals(Object o) |
static BooleanValue |
getInstance(boolean bool) |
DataType |
getType() |
boolean |
getValue() |
int |
hashCode() |
String |
toString() |
public static final BooleanValue TRUE
public static final BooleanValue FALSE
public boolean getValue()
public static BooleanValue getInstance(boolean bool)
public void accept(ValueVisitor visitor)
public BooleanValue copy()
copy
in interface DataValue
ConcurrentModificationException
if the DataValue is modified at the time of coping.Copyright © 2015. All Rights Reserved.