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