Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mkFuncDecl
Method · 0.80
nCtx
Method · 0.80
getNativeObject
Method · 0.80
arrayLength
Method · 0.80
arrayToNative
Method · 0.80
mkRecFuncDecl
Method · 0.80
mkFreshFuncDecl
Method · 0.80
Tested by
no test coverage detected