MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / getSymbolId

Method getSymbolId

src/main/java/com/amazon/ion/IonSymbol.java:49–49  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

47 * @deprecated Use {@link #symbolValue()} instead.
48 */
49 @Deprecated
50 public int getSymbolId()
51 throws NullValueException;
52

Callers 6

checkSymbolMethod · 0.95
testBinaryDataMethod · 0.95
next_helper_userMethod · 0.95
checkNullSymbolMethod · 0.65
modifySymbolMethod · 0.65
simplifyMethod · 0.65

Implementers 1

IonSymbolLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 4

checkSymbolMethod · 0.76
testBinaryDataMethod · 0.76
checkNullSymbolMethod · 0.52
modifySymbolMethod · 0.52