Named symbols More...
Properties | |
string | String [get] |
The string value of the symbol. More... | |
Properties inherited from Symbol | |
Z3_symbol_kind | Kind [get] |
The kind of the symbol (int or string) More... | |
Properties inherited from Z3Object | |
Context | Context [get] |
Access Context object More... | |
Additional Inherited Members | |
Public Member Functions inherited from Symbol | |
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... | |
override bool | Equals (object o) |
Object comparison. More... | |
override int | GetHashCode () |
The Symbol's hash code. More... | |
Public Member Functions inherited from Z3Object | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
Static Public Member Functions inherited from Symbol | |
static bool | operator== (Symbol s1, Symbol s2) |
Equality overloading. More... | |
static bool | operator!= (Symbol s1, Symbol s2) |
Equality overloading. More... | |
Protected Member Functions inherited from Symbol | |
Symbol (Context ctx, IntPtr obj) | |
Symbol constructor More... | |
Named symbols
Definition at line 30 of file StringSymbol.cs.
|
get |
The string value of the symbol.
Throws an exception if the symbol is not of string kind.
Definition at line 36 of file StringSymbol.cs.