Returns true if this result is an overflow condition. @return true if this is an overflow, otherwise false.
()
| 193 | * @return true if this is an overflow, otherwise false. |
| 194 | */ |
| 195 | public boolean isOverflow() { |
| 196 | return this.type == TYPE_OVERFLOW; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Returns true if this result represents an unmappable-character error. |