@Immutable public static final class FormulaType.BitvectorType extends FormulaType<BitvectorFormula>
FormulaType.ArrayFormulaType<TI extends Formula,TE extends Formula>, FormulaType.BitvectorType, FormulaType.FloatingPointType, FormulaType.NumeralType<T extends NumeralFormula>BooleanType, FloatingPointRoundingModeType, IntegerType, RationalType| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object pObj) |
int |
getSize() |
int |
hashCode() |
boolean |
isBitvectorType() |
String |
toString() |
fromString, getArrayType, getBitvectorTypeWithSize, getDoublePrecisionFloatingPointType, getFloatingPointType, getSinglePrecisionFloatingPointType, isArrayType, isBooleanType, isFloatingPointRoundingModeType, isFloatingPointType, isIntegerType, isNumeralType, isRationalType, isSLTypepublic boolean isBitvectorType()
isBitvectorType in class FormulaType<BitvectorFormula>public int getSize()
public String toString()
toString in class FormulaType<BitvectorFormula>