Gets the ID of this symbol token. If no ID has yet been assigned (as may be the case when processing Ion text-formatted data), this method returns SymbolTable#UNKNOWN_SYMBOL_ID. In such cases #getText() will be non-null. @return the symbol ID (sid) of this symbol, or {@link Symb
()
| 69 | * {@link SymbolTable#UNKNOWN_SYMBOL_ID} if the sid is unknown. |
| 70 | */ |
| 71 | public int getSid(); |
| 72 | } |
no outgoing calls