Package org.sosy_lab.java_smt.api
Class FormulaType.FloatingPointType
java.lang.Object
org.sosy_lab.java_smt.api.FormulaType<FloatingPointFormula>
org.sosy_lab.java_smt.api.FormulaType.FloatingPointType
- Enclosing class:
- FormulaType<T extends Formula>
@Immutable
public static final class FormulaType.FloatingPointType
extends FormulaType<FloatingPointFormula>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sosy_lab.java_smt.api.FormulaType
FormulaType.ArrayFormulaType<TI extends Formula,TE extends Formula>, FormulaType.BitvectorType, FormulaType.EnumerationFormulaType, FormulaType.FloatingPointType, FormulaType.NumeralType<T extends NumeralFormula> -
Field Summary
Fields inherited from class org.sosy_lab.java_smt.api.FormulaType
BooleanType, FloatingPointRoundingModeType, IntegerType, RationalType, RegexType, StringType -
Method Summary
Methods inherited from class org.sosy_lab.java_smt.api.FormulaType
fromString, getArrayType, getBitvectorTypeWithSize, getDoublePrecisionFloatingPointType, getEnumerationType, getFloatingPointType, getSinglePrecisionFloatingPointType, isArrayType, isBitvectorType, isBooleanType, isEnumerationType, isFloatingPointRoundingModeType, isIntegerType, isNumeralType, isRationalType, isRegexType, isSLType, isStringType
-
Method Details
-
isFloatingPointType
public boolean isFloatingPointType()- Overrides:
isFloatingPointTypein classFormulaType<FloatingPointFormula>
-
getExponentSize
public int getExponentSize() -
getMantissaSize
public int getMantissaSize() -
getTotalSize
public int getTotalSize()Return the total size of a value of this type in bits. -
hashCode
public int hashCode() -
equals
-
toString
- Specified by:
toStringin classFormulaType<FloatingPointFormula>
-
toSMTLIBString
Description copied from class:FormulaTypereturn the correctly formatted SMTLIB2 type declaration.- Specified by:
toSMTLIBStringin classFormulaType<FloatingPointFormula>
-