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

Method isIntNum

src/api/java/Expr.java:284–287  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

282 * @return a boolean
283 **/
284 public boolean isIntNum()
285 {
286 return isNumeral() && isInt();
287 }
288
289 /**
290 * Indicates whether the term is a real numeral.

Callers

nothing calls this directly

Calls 2

isNumeralMethod · 0.95
isIntMethod · 0.95

Tested by

no test coverage detected