Indicates whether the expression is the true or false expression or something else (Z3_L_UNDEF). @throws Z3Exception on error @return a Z3_lbool
()
| 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. |
nothing calls this directly
no test coverage detected