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

Method getSort

src/api/java/Expr.java:263–267  ·  view source on GitHub ↗

The Sort of the term. @throws Z3Exception on error @return a sort

()

Source from the content-addressed store, hash-verified

261 * @return a sort
262 **/
263 public R getSort()
264 {
265 return (R) Sort.create(getContext(),
266 Native.getSort(getContext().nCtx(), getNativeObject()));
267 }
268
269 /**
270 * Indicates whether the term represents a constant.

Callers 2

castingTestMethod · 0.95
stringExampleMethod · 0.95

Calls 5

createMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80
getSortMethod · 0.65

Tested by

no test coverage detected