Indicates whether the term is a numeral @throws Z3Exception on error @return a boolean
()
| 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. |
no test coverage detected