Package com.microsoft.z3
Class ArraySort
- java.lang.Object
-
- com.microsoft.z3.Z3Object
-
- com.microsoft.z3.AST
-
- com.microsoft.z3.Sort
-
- com.microsoft.z3.ArraySort
-
- All Implemented Interfaces:
Comparable<AST>
public class ArraySort extends Sort
Array sorts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortgetDomain()The domain of the array sort.SortgetRange()The range of the array sort.-
Methods inherited from class com.microsoft.z3.Sort
equals, getId, getName, getSortKind, hashCode, toString, translate
-
Methods inherited from class com.microsoft.z3.AST
compareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVar
-
Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
-
-
-
Method Detail
-
getDomain
public Sort getDomain()
The domain of the array sort.- Returns:
- a sort
- Throws:
Z3ExceptionZ3Exception- on error
-
getRange
public Sort getRange()
The range of the array sort.- Returns:
- a sort
- Throws:
Z3ExceptionZ3Exception- on error
-
-