MCPcopy Create free account
hub / github.com/Z3Prover/z3 / getString

Method getString

src/api/java/Expr.java:1316–1319  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

toStringMethod · 0.45

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected