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

Method FuncDecl

src/api/java/FuncDecl.java:333–337  ·  view source on GitHub ↗
(Context ctx, long obj)

Source from the content-addressed store, hash-verified

331 }
332
333 FuncDecl(Context ctx, long obj)
334 {
335 super(ctx, obj);
336
337 }
338
339 FuncDecl(Context ctx, Symbol name, Sort[] domain, R range)
340 {

Callers

nothing calls this directly

Calls 7

mkFuncDeclMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80
arrayLengthMethod · 0.80
arrayToNativeMethod · 0.80
mkRecFuncDeclMethod · 0.80
mkFreshFuncDeclMethod · 0.80

Tested by

no test coverage detected