| Modifier and Type | Method and Description |
|---|---|
FuncDecl |
getConsDecl()
The declaration of the cons function of this list sort.
|
FuncDecl |
getHeadDecl()
The declaration of the head function of this list sort.
|
FuncDecl |
getIsConsDecl()
The declaration of the isCons function of this list sort.
|
FuncDecl |
getIsNilDecl()
The declaration of the isNil function of this list sort.
|
Expr |
getNil()
The empty list.
|
FuncDecl |
getNilDecl()
The declaration of the nil function of this list sort.
|
FuncDecl |
getTailDecl()
The declaration of the tail function of this list sort.
|
equals, getId, getName, getSortKind, hashCode, toStringcompareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVar, translatepublic FuncDecl getNilDecl()
Z3Exceptionpublic Expr getNil()
Z3Exceptionpublic FuncDecl getIsNilDecl()
Z3Exceptionpublic FuncDecl getConsDecl()
Z3Exceptionpublic FuncDecl getIsConsDecl()
Z3Exceptionpublic FuncDecl getHeadDecl()
Z3Exceptionpublic FuncDecl getTailDecl()
Z3Exception