Indicates whether the symbol is of string kind.
()
| 44 | * Indicates whether the symbol is of string kind. |
| 45 | **/ |
| 46 | public boolean isStringSymbol() |
| 47 | { |
| 48 | return getKind() == Z3_symbol_kind.Z3_STRING_SYMBOL; |
| 49 | } |
| 50 | |
| 51 | @Override |
| 52 | public boolean equals(Object o) |