Public Member Functions | |
FuncDecl | getNilDecl () |
Expr | getNil () |
FuncDecl | getIsNilDecl () |
FuncDecl | getConsDecl () |
FuncDecl | getIsConsDecl () |
FuncDecl | getHeadDecl () |
FuncDecl | getTailDecl () |
![]() | |
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 () |
List sorts.
Definition at line 23 of file ListSort.java.
|
inline |
The declaration of the cons function of this list sort.
Z3Exception |
Definition at line 56 of file ListSort.java.
|
inline |
The declaration of the head function of this list sort.
Z3Exception |
Definition at line 75 of file ListSort.java.
|
inline |
The declaration of the isCons function of this list sort.
Z3Exception |
Definition at line 66 of file ListSort.java.
|
inline |
The declaration of the isNil function of this list sort.
Z3Exception |
Definition at line 47 of file ListSort.java.
|
inline |
|
inline |
The declaration of the nil function of this list sort.
Z3Exception |
Definition at line 29 of file ListSort.java.
Referenced by ListSort.getNil().
|
inline |
The declaration of the tail function of this list sort.
Z3Exception |
Definition at line 84 of file ListSort.java.