Is the answer to the query unknown?
()
| 111 | |
| 112 | /** Is the answer to the query unknown? */ |
| 113 | public boolean |
| 114 | isUnknown() { |
| 115 | return (type == UNKNOWN); |
| 116 | } |
| 117 | |
| 118 | /** Is the answer to the query that the name does not exist? */ |
| 119 | public boolean |