Gets the highest symbol id reserved by this table. @return the largest integer such that #findKnownSymbol(int) could return a non- null result. Note that there is no promise that it will return a name, only that any larger id will not have a name defined.
()
| 205 | * have a name defined. |
| 206 | */ |
| 207 | public int getMaxId(); |
| 208 | |
| 209 | |
| 210 | /** |
no outgoing calls