Indicates whether the symbol is of Int kind
()
| 36 | * Indicates whether the symbol is of Int kind |
| 37 | **/ |
| 38 | public boolean isIntSymbol() |
| 39 | { |
| 40 | return getKind() == Z3_symbol_kind.Z3_INT_SYMBOL; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Indicates whether the symbol is of string kind. |