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.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object pObj)intgetSize()inthashCode()booleanisBitvectorType()StringtoSMTLIBString()return the correctly formatted SMTLIB2 type declaration.StringtoString()-
Methods inherited from class org.sosy_lab.java_smt.api.FormulaType
fromString, getArrayType, getBitvectorTypeWithSize, getDoublePrecisionFloatingPointType, getFloatingPointType, getSinglePrecisionFloatingPointType, isArrayType, isBooleanType, isFloatingPointRoundingModeType, isFloatingPointType, isIntegerType, isNumeralType, isRationalType, isRegexType, isSLType, isStringType
-
-
-
-
Method Detail
-
isBitvectorType
public boolean isBitvectorType()
- Overrides:
isBitvectorTypein classFormulaType<BitvectorFormula>
-
getSize
public int getSize()
-
toString
public String toString()
- Specified by:
toStringin classFormulaType<BitvectorFormula>
-
toSMTLIBString
public String toSMTLIBString()
Description copied from class:FormulaTypereturn the correctly formatted SMTLIB2 type declaration.- Specified by:
toSMTLIBStringin classFormulaType<BitvectorFormula>
-
-