Inheritance diagram for Z3Object:Public Member Functions | |
| void | dispose () throws Z3Exception |
Public Member Functions inherited from IDisposable | |
| void | dispose () throws Z3Exception |
Protected Member Functions | |
| void | finalize () throws Z3Exception |
Internal base class for interfacing with native Z3 objects. Should not be used externally.
Definition at line 24 of file Z3Object.java.
|
inline |
Disposes of the underlying native Z3 object.
Definition at line 37 of file Z3Object.java.
Referenced by Z3Object.finalize().
|
inlineprotected |
Finalizer.
Definition at line 29 of file Z3Object.java.
1.8.9.1