Package com.microsoft.z3
Class TupleSort
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.AST
com.microsoft.z3.Sort
com.microsoft.z3.TupleSort
- All Implemented Interfaces:
Comparable<AST>
Tuple sorts.
-
Method Summary
Methods inherited from class com.microsoft.z3.Sort
equals, getId, getName, getSortKind, hashCode, toString, translateMethods inherited from class com.microsoft.z3.AST
compareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVarMethods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
mkDecl
The constructor function of the tuple.- Throws:
Z3Exception
-
getNumFields
public int getNumFields()The number of fields in the tuple. -
getFieldDecls
The field declarations.- Throws:
Z3Exception
-