Inheritance diagram for Symbol:Public Member Functions | |
| boolean | isIntSymbol () |
| boolean | isStringSymbol () |
| String | toString () |
Public Member Functions inherited from Z3Object | |
| void | dispose () |
Public Member Functions inherited from IDisposable | |
| void | dispose () |
Protected Member Functions | |
| Z3_symbol_kind | getKind () |
| Symbol (Context ctx, long obj) | |
Protected Member Functions inherited from Z3Object | |
| void | finalize () |
Symbols are used to name several term and type constructors.
Definition at line 25 of file Symbol.java.
|
inlineprotected |
The kind of the symbol (int or string)
Definition at line 30 of file Symbol.java.
Referenced by Symbol.isIntSymbol(), and Symbol.isStringSymbol().
|
inline |
Indicates whether the symbol is of Int kind
Definition at line 39 of file Symbol.java.
Referenced by IntSymbol.getInt(), and Symbol.toString().
|
inline |
Indicates whether the symbol is of string kind.
Definition at line 47 of file Symbol.java.
Referenced by Symbol.toString().
|
inline |
1.8.9.1