Package com.microsoft.z3
Class StringSymbol
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.Symbol
com.microsoft.z3.StringSymbol
Named symbols
-
Method Summary
Methods inherited from class com.microsoft.z3.Symbol
equals, getKind, isIntSymbol, isStringSymbol, toStringMethods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
getString
The string value of the symbol. Remarks: Throws an exception if the symbol is not of string kind.
-