Package wprover
Class CBoolean
- java.lang.Object
-
- wprover.CBoolean
-
public class CBoolean extends java.lang.ObjectRepresents a boolean value that can be modified. This class is used to encapsulate a boolean value and provide methods to get and set its value.
-
-
Field Summary
Fields Modifier and Type Field Description booleanbl
-
Constructor Summary
Constructors Constructor Description CBoolean(boolean b)Constructs a CBoolean object with the given boolean value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetValue()Gets the boolean value.voidsetValue(boolean v)Sets the boolean value.
-