Public Member Functions | |
FuncDecl[] | getConstDecls () |
FuncDecl | getConstDecl (int inx) |
Expr[] | getConsts () |
Expr | getConst (int inx) |
FuncDecl[] | getTesterDecls () |
FuncDecl | getTesterDecl (int inx) |
![]() | |
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 () |
Enumeration sorts.
Definition at line 23 of file EnumSort.java.
|
inline |
Retrieves the inx'th constant in the enumeration.
Z3Exception | on error |
Definition at line 66 of file EnumSort.java.
|
inline |
Retrieves the inx'th constant declaration in the enumeration.
Z3Exception | on error |
Definition at line 42 of file EnumSort.java.
Referenced by EnumSort.getConst().
|
inline |
The function declarations of the constants in the enumeration.
Z3Exception | on error |
Definition at line 29 of file EnumSort.java.
Referenced by EnumSort.getConsts().
|
inline |
The constants in the enumeration.
Z3Exception | on error |
Definition at line 52 of file EnumSort.java.
|
inline |
Retrieves the inx'th tester/recognizer declaration in the enumeration.
Z3Exception | on error |
Definition at line 88 of file EnumSort.java.
|
inline |
The test predicates for the constants in the enumeration.
Z3Exception | on error |
Definition at line 75 of file EnumSort.java.