| Modifier and Type | Method and Description |
|---|---|
Expr |
getConst(int inx)
Retrieves the inx'th constant in the enumeration.
|
FuncDecl |
getConstDecl(int inx)
Retrieves the inx'th constant declaration in the enumeration.
|
FuncDecl[] |
getConstDecls()
The function declarations of the constants in the enumeration.
|
Expr[] |
getConsts()
The constants in the enumeration.
|
FuncDecl |
getTesterDecl(int inx)
Retrieves the inx'th tester/recognizer declaration in the enumeration.
|
FuncDecl[] |
getTesterDecls()
The test predicates for the constants in the enumeration.
|
equals, getId, getName, getSortKind, hashCode, toStringcompareTo, getASTKind, getSExpr, isApp, isExpr, isFuncDecl, isQuantifier, isSort, isVar, translatepublic FuncDecl[] getConstDecls()
Z3Exception - on errorpublic FuncDecl getConstDecl(int inx)
Z3Exception - on errorpublic Expr[] getConsts()
Z3Exception - on errorpublic Expr getConst(int inx)
Z3Exception - on errorpublic FuncDecl[] getTesterDecls()
Z3Exception - on errorpublic FuncDecl getTesterDecl(int inx)
Z3Exception - on error