BooleanType
This class represents the "boolean" data type
BooleanType
should be called with a single argument of type booleannew BooleanType(false);
new BooleanType(true);
BooleanType
This class represents the "boolean" data type
BooleanType
should be called with a single argument of type boolean
new BooleanType(false);
new BooleanType(true);