Inheritance diagram for Constructor:Public Member Functions | |
| int | getNumFields () |
| FuncDecl | ConstructorDecl () |
| FuncDecl | getTesterDecl () |
| FuncDecl[] | getAccessorDecls () |
Public Member Functions inherited from Z3Object | |
| void | dispose () |
Public Member Functions inherited from IDisposable | |
| void | dispose () |
Protected Member Functions | |
| void | finalize () |
Protected Member Functions inherited from Z3Object | |
| void | finalize () |
Constructors are used for datatype sorts.
Definition at line 23 of file Constructor.java.
|
inline |
The function declaration of the constructor.
| Z3Exception | |
| Z3Exception | on error |
Definition at line 41 of file Constructor.java.
|
inlineprotected |
|
inline |
The function declarations of the accessors
| Z3Exception | |
| Z3Exception | on error |
Definition at line 69 of file Constructor.java.
|
inline |
The number of fields of the constructor.
| Z3Exception | |
| Z3Exception | on error |
Definition at line 31 of file Constructor.java.
|
inline |
The function declaration of the tester.
| Z3Exception | |
| Z3Exception | on error |
Definition at line 55 of file Constructor.java.
1.8.9.1