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