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