Symbols are used to name several term and type constructors. More...
Inheritance diagram for Symbol:Public Member Functions | |
| bool | IsIntSymbol () |
| Indicates whether the symbol is of Int kind | |
| bool | IsStringSymbol () |
| Indicates whether the symbol is of string kind. | |
| override string | ToString () |
| A string representation of the symbol. | |
Public Member Functions inherited from Z3Object | |
| void | Dispose () |
| Disposes of the underlying native Z3 object. | |
Protected Member Functions | |
| Symbol (Context ctx, IntPtr obj) | |
| Symbol constructor | |
Properties | |
| Z3_symbol_kind | Kind [get] |
| The kind of the symbol (int or string) | |
Symbols are used to name several term and type constructors.
|
inline |
Indicates whether the symbol is of Int kind
|
inline |
Indicates whether the symbol is of string kind.
|
inline |
A string representation of the symbol.
Definition at line 59 of file Symbol.cs.
|
getprotected |
1.8.2