Public Member Functions | |
FuncDecl | mkDecl () throws Z3Exception |
int | getNumFields () throws Z3Exception |
FuncDecl[] | getFieldDecls () throws Z3Exception |
![]() | |
boolean | equals (Object o) |
int | hashCode () |
int | getId () throws Z3Exception |
Z3_sort_kind | getSortKind () throws Z3Exception |
Symbol | getName () throws Z3Exception |
String | toString () |
![]() | |
boolean | equals (Object o) |
int | compareTo (Object other) throws Z3Exception |
int | hashCode () |
int | getId () throws Z3Exception |
AST | translate (Context ctx) throws Z3Exception |
Z3_ast_kind | getASTKind () throws Z3Exception |
boolean | isExpr () throws Z3Exception |
boolean | isApp () throws Z3Exception |
boolean | isVar () throws Z3Exception |
boolean | isQuantifier () throws Z3Exception |
boolean | isSort () throws Z3Exception |
boolean | isFuncDecl () throws Z3Exception |
String | toString () |
String | getSExpr () throws Z3Exception |
![]() | |
void | dispose () throws Z3Exception |
![]() | |
void | dispose () throws Z3Exception |
Additional Inherited Members | |
![]() | |
Sort (Context ctx) throws Z3Exception | |
![]() | |
void | finalize () throws Z3Exception |
Tuple sorts.
Definition at line 23 of file TupleSort.java.
|
inline |
|
inline |
The number of fields in the tuple.
Definition at line 39 of file TupleSort.java.
Referenced by TupleSort.getFieldDecls().
|
inline |
The constructor function of the tuple.
Z3Exception |
Definition at line 29 of file TupleSort.java.