Public Member Functions | |
D | getDomain () |
D | getDomain (int idx) |
R | getRange () |
Public Member Functions inherited from Sort | |
boolean | equals (Object o) |
int | hashCode () |
int | getId () |
Z3_sort_kind | getSortKind () |
Symbol | getName () |
String | toString () |
Sort | translate (Context ctx) |
Public Member Functions inherited from AST | |
int | compareTo (AST other) |
Z3_ast_kind | getASTKind () |
boolean | isExpr () |
boolean | isApp () |
boolean | isVar () |
boolean | isQuantifier () |
boolean | isSort () |
boolean | isFuncDecl () |
String | getSExpr () |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
static long[] | arrayToNative (Z3Object[] a) |
static int | arrayLength (Z3Object[] a) |
Array sorts.
Definition at line 24 of file ArraySort.java.
|
inline |
The domain of the array sort.
Z3Exception | |
Z3Exception | on error |
Definition at line 32 of file ArraySort.java.
|
inline |
The domain of a multi-dimensional array sort.
Z3Exception | |
Z3Exception | on error |
Definition at line 44 of file ArraySort.java.
|
inline |
The range of the array sort.
Z3Exception | |
Z3Exception | on error |
Definition at line 56 of file ArraySort.java.