The size of the sort of a bit-vector term. @throws Z3Exception @throws Z3Exception on error @return an int
()
| 30 | * @return an int |
| 31 | **/ |
| 32 | public int getSortSize() |
| 33 | { |
| 34 | return ((BitVecSort) getSort()).getSize(); |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Constructor for BitVecExpr |