@Immutable public abstract static class FormulaType.NumeralType<T extends NumeralFormula> extends FormulaType<T>
FormulaType.ArrayFormulaType<TI extends Formula,TE extends Formula>, FormulaType.BitvectorType, FormulaType.FloatingPointType, FormulaType.NumeralType<T extends NumeralFormula>BooleanType, FloatingPointRoundingModeType, IntegerType, RationalType| Constructor and Description |
|---|
NumeralType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNumeralType() |
fromString, getArrayType, getBitvectorTypeWithSize, getDoublePrecisionFloatingPointType, getFloatingPointType, getSinglePrecisionFloatingPointType, isArrayType, isBitvectorType, isBooleanType, isFloatingPointRoundingModeType, isFloatingPointType, isIntegerType, isRationalType, isSLType, toStringpublic final boolean isNumeralType()
isNumeralType in class FormulaType<T extends NumeralFormula>