Public Member Functions | |
int | getNumFields () |
FuncDecl< DatatypeSort< R > > | ConstructorDecl () |
FuncDecl< BoolSort > | getTesterDecl () |
FuncDecl<?>[] | getAccessorDecls () |
Additional Inherited Members | |
Static Public Member Functions inherited from Z3Object | |
static long[] | arrayToNative (Z3Object[] a) |
static int | arrayLength (Z3Object[] a) |
Constructors are used for datatype sorts.
Definition at line 25 of file Constructor.java.
|
inline |
The function declaration of the constructor.
Z3Exception | |
Z3Exception | on error |
Definition at line 49 of file Constructor.java.
|
inline |
The function declarations of the accessors
Z3Exception | |
Z3Exception | on error |
Definition at line 77 of file Constructor.java.
|
inline |
The number of fields of the constructor.
Z3Exception | |
Z3Exception | on error |
Definition at line 39 of file Constructor.java.
The function declaration of the tester.
Z3Exception | |
Z3Exception | on error |
Definition at line 63 of file Constructor.java.