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

Method isNumeral

src/api/java/Expr.java:242–245  ·  view source on GitHub ↗

Indicates whether the term is a numeral @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

240 * @return a boolean
241 **/
242 public boolean isNumeral()
243 {
244 return Native.isNumeralAst(getContext().nCtx(), getNativeObject());
245 }
246
247 /**
248 * Indicates whether the term is well-sorted.

Callers 2

isIntNumMethod · 0.95
isRatNumMethod · 0.95

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected