Public Member Functions | |
FuncDecl | mkDecl () |
int | getNumFields () |
FuncDecl[] | getFieldDecls () |
![]() | |
boolean | equals (Object o) |
int | hashCode () |
int | getId () |
Z3_sort_kind | getSortKind () |
Symbol | getName () |
String | toString () |
![]() | |
boolean | equals (Object o) |
int | compareTo (Object other) |
int | hashCode () |
int | getId () |
AST | translate (Context ctx) |
Z3_ast_kind | getASTKind () |
boolean | isExpr () |
boolean | isApp () |
boolean | isVar () |
boolean | isQuantifier () |
boolean | isSort () |
boolean | isFuncDecl () |
String | toString () |
String | getSExpr () |
![]() | |
void | dispose () |
![]() | |
void | dispose () |
Additional Inherited Members | |
![]() | |
void | finalize () |
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.