Gets the integer symbol id used in the binary encoding of this symbol. @return an integer greater than zero, if this value has an associated symbol table. Otherwise, return SymbolTable#UNKNOWN_SYMBOL_ID. @throws NullValueException if this is null.symbol . @deprecated Use {@li
()
| 47 | * @deprecated Use {@link #symbolValue()} instead. |
| 48 | */ |
| 49 | @Deprecated |
| 50 | public int getSymbolId() |
| 51 | throws NullValueException; |
| 52 |
no outgoing calls