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

Method getArity

src/api/java/FuncDecl.java:78–81  ·  view source on GitHub ↗

The arity of the function declaration

()

Source from the content-addressed store, hash-verified

76 * The arity of the function declaration
77 **/
78 public int getArity()
79 {
80 return Native.getArity(getContext().nCtx(), getNativeObject());
81 }
82
83 /**
84 * The size of the domain of the function declaration

Callers 2

getConstInterpMethod · 0.45
getFuncInterpMethod · 0.45

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected