public class Constructor extends Z3Object
| Modifier and Type | Method and Description |
|---|---|
FuncDecl |
ConstructorDecl()
The function declaration of the constructor.
|
protected void |
finalize()
Destructor.
|
FuncDecl[] |
getAccessorDecls()
The function declarations of the accessors
|
int |
getNumFields()
The number of fields of the constructor.
|
FuncDecl |
getTesterDecl()
The function declaration of the tester.
|
public int getNumFields()
Z3ExceptionZ3Exception - on errorpublic FuncDecl ConstructorDecl()
Z3ExceptionZ3Exception - on errorpublic FuncDecl getTesterDecl()
Z3ExceptionZ3Exception - on errorpublic FuncDecl[] getAccessorDecls()
Z3ExceptionZ3Exception - on error