Class BoolType

All Implemented Interfaces:
Comparable<BoolType>, BooleanType<BoolType>, ComplexType<BoolType>, IntegerType<BoolType>, NumericType<BoolType>, RealType<BoolType>, Add<BoolType>, Div<BoolType>, Mul<BoolType>, MulFloatingPoint, SetOne, SetZero, Sub<BoolType>, ValueEquals<BoolType>, Type<BoolType>

public class BoolType extends AbstractIntegerType<BoolType> implements BooleanType<BoolType>
A BooleanType wrapping a single primitive boolean variable.
Author:
Tobias Pietzsch