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

Method getDomainSize

src/api/java/FuncDecl.java:87–90  ·  view source on GitHub ↗

The size of the domain of the function declaration @see #getArity

()

Source from the content-addressed store, hash-verified

85 * @see #getArity
86 **/
87 public int getDomainSize()
88 {
89 return Native.getDomainSize(getContext().nCtx(), getNativeObject());
90 }
91
92 /**
93 * The domain of the function declaration

Callers 7

getDomainMethod · 0.95
getAccessorsMethod · 0.95
isConstMethod · 0.80
injAxiomMethod · 0.80
injAxiomAbsMethod · 0.80
injAxiomMethod · 0.80
injAxiomAbsMethod · 0.80

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected