Retrieve string corresponding to string constant. Remark: the expression should be a string constant, (isString() should return true). @throws Z3Exception on error @return a string
()
| 1314 | * @return a string |
| 1315 | */ |
| 1316 | public String getString() |
| 1317 | { |
| 1318 | return Native.getString(getContext().nCtx(), getNativeObject()); |
| 1319 | } |
| 1320 | |
| 1321 | /** |
| 1322 | * TBD: sketch for #2522, 'Pointer' seems deprecated and instead |
no test coverage detected