Package org.sosy_lab.java_smt.api
Class FormulaType.BitvectorType
java.lang.Object
org.sosy_lab.java_smt.api.FormulaType<BitvectorFormula>
org.sosy_lab.java_smt.api.FormulaType.BitvectorType
- Enclosing class:
- FormulaType<T extends Formula>
@Immutable
public static final class FormulaType.BitvectorType
extends FormulaType<BitvectorFormula>
-
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, isBooleanType, isEnumerationType, isFloatingPointRoundingModeType, isFloatingPointType, isIntegerType, isNumeralType, isRationalType, isRegexType, isSLType, isStringType
-
Method Details
-
isBitvectorType
public boolean isBitvectorType()- Overrides:
isBitvectorTypein classFormulaType<BitvectorFormula>
-
getSize
public int getSize() -
toString
- Specified by:
toStringin classFormulaType<BitvectorFormula>
-
equals
-
hashCode
public int hashCode() -
toSMTLIBString
Description copied from class:FormulaTypereturn the correctly formatted SMTLIB2 type declaration.- Specified by:
toSMTLIBStringin classFormulaType<BitvectorFormula>
-