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

Method mkDecl

src/api/java/TupleSort.java:29–34  ·  view source on GitHub ↗

The constructor function of the tuple. @throws Z3Exception

()

Source from the content-addressed store, hash-verified

27 * @throws Z3Exception
28 **/
29 public FuncDecl<TupleSort> mkDecl()
30 {
31
32 return new FuncDecl<>(getContext(), Native.getTupleSortMkDecl(getContext()
33 .nCtx(), getNativeObject()));
34 }
35
36 /**
37 * The number of fields in the tuple.

Callers 2

tupleExampleMethod · 0.95
tupleExampleMethod · 0.95

Calls 3

getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected