Public Member Functions | |
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) |
|
inline |
|
inline |
|
inline |
|
inline |
The kind of the sort.
Definition at line 63 of file Sort.java.
|
inline |
|
inline |
Translates (copies) the sort to the Context
.
ctx | A context |
Z3Exception | on error |
Reimplemented from AST.
Definition at line 94 of file Sort.java.
Referenced by AstRef.__copy__(), Goal.__copy__(), AstVector.__copy__(), FuncInterp.__copy__(), ModelRef.__copy__(), Solver.__copy__(), Goal.__deepcopy__(), AstVector.__deepcopy__(), FuncInterp.__deepcopy__(), ModelRef.__deepcopy__(), Solver.__deepcopy__(), and Sort.translate().