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

Method getBoolValue

src/api/java/Expr.java:88–92  ·  view source on GitHub ↗

Indicates whether the expression is the true or false expression or something else (Z3_L_UNDEF). @throws Z3Exception on error @return a Z3_lbool

()

Source from the content-addressed store, hash-verified

86 * @return a Z3_lbool
87 **/
88 public Z3_lbool getBoolValue()
89 {
90 return Z3_lbool.fromInt(Native.getBoolValue(getContext().nCtx(),
91 getNativeObject()));
92 }
93
94 /**
95 * The number of arguments of the expression.

Callers

nothing calls this directly

Calls 4

fromIntMethod · 0.80
nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected