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

Method getNumArgs

src/api/java/Expr.java:99–102  ·  view source on GitHub ↗

The number of arguments of the expression. @throws Z3Exception on error @return an int

()

Source from the content-addressed store, hash-verified

97 * @return an int
98 **/
99 public int getNumArgs()
100 {
101 return Native.getAppNumArgs(getContext().nCtx(), getNativeObject());
102 }
103
104 /**
105 * The arguments of the expression.

Callers 3

getArgsMethod · 0.95
updateMethod · 0.95
isConstMethod · 0.95

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected