public class BooleanConstant extends Constant
true
or false
Modifier and Type | Field and Description |
---|---|
static BooleanConstant |
FALSE |
static BooleanConstant |
TRUE |
Modifier and Type | Method and Description |
---|---|
static BooleanConstant |
valueOf(boolean value) |
public static final BooleanConstant FALSE
public static final BooleanConstant TRUE
public static BooleanConstant valueOf(boolean value)