Inheritance diagram for EnumSort:Public Member Functions | |
| FuncDecl [] | getConstDecls () |
| FuncDecl | getConstDecl (int inx) |
| Expr [] | getConsts () |
| Expr | getConst (int inx) |
| FuncDecl [] | getTesterDecls () |
| FuncDecl | getTesterDecl (int inx) |
Public Member Functions inherited from Sort | |
| boolean | equals (Object o) |
| int | hashCode () |
| int | getId () |
| Z3_sort_kind | getSortKind () |
| Symbol | getName () |
| String | toString () |
Public Member Functions inherited from AST | |
| boolean | equals (Object o) |
| int | compareTo (AST 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 () |
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.
1.8.15