Package com.microsoft.z3
Class IntSymbol
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.Symbol
com.microsoft.z3.IntSymbol
Numbered 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
-
getInt
public int getInt()The int value of the symbol. Remarks: Throws an exception if the symbol is not of int kind.
-