ToBool ====== .. java:package:: fr.inria.tapenade.utils :noindex: .. java:type:: public final class ToBool An object around a boolean, which can thus be modified. Constructors ------------ ToBool ^^^^^^ .. java:constructor:: public ToBool() :outertype: ToBool ToBool ^^^^^^ .. java:constructor:: public ToBool(boolean value) :outertype: ToBool Creation, with initial value. Methods ------- get ^^^ .. java:method:: public boolean get() :outertype: ToBool :return: the value. not ^^^ .. java:method:: public void not() :outertype: ToBool Switch the value. set ^^^ .. java:method:: public void set(boolean value) :outertype: ToBool Set the value. toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: ToBool