public class Constructor<R> extends Z3Object
Modifier and Type | Method and Description |
---|---|
FuncDecl<DatatypeSort<R>> |
ConstructorDecl()
The function declaration of the constructor.
|
FuncDecl<?>[] |
getAccessorDecls()
The function declarations of the accessors
|
int |
getNumFields()
The number of fields of the constructor.
|
FuncDecl<BoolSort> |
getTesterDecl()
The function declaration of the tester.
|
arrayLength, arrayToNative
public int getNumFields()
Z3Exception
Z3Exception
- on errorpublic FuncDecl<DatatypeSort<R>> ConstructorDecl()
Z3Exception
Z3Exception
- on errorpublic FuncDecl<BoolSort> getTesterDecl()
Z3Exception
Z3Exception
- on errorpublic FuncDecl<?>[] getAccessorDecls()
Z3Exception
Z3Exception
- on error