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

Method getSortKind

src/api/java/Sort.java:63–67  ·  view source on GitHub ↗

The kind of the sort.

()

Source from the content-addressed store, hash-verified

61 * The kind of the sort.
62 **/
63 public Z3_sort_kind getSortKind()
64 {
65 return Z3_sort_kind.fromInt(Native.getSortKind(getContext().nCtx(),
66 getNativeObject()));
67 }
68
69 /**
70 * The name of the sort

Callers 9

isIntMethod · 0.80
isRealMethod · 0.80
isArrayMethod · 0.80
isBVMethod · 0.80
isRelationMethod · 0.80
isFiniteDomainMethod · 0.80
createMethod · 0.80
createMethod · 0.80
getFuncInterpMethod · 0.80

Calls 4

fromIntMethod · 0.80
nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected