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

Method getText

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

Gets the text of this symbol. If the text is not known (usually due to a shared symbol table being unavailable) then this method returns null. In such cases #getSid() will be non-negative. @return the text of this symbol, or null if the text is unknown.

()

Source from the content-addressed store, hash-verified

45 * @return the text of this symbol, or null if the text is unknown.
46 */
47 public String getText();
48
49
50 /**

Callers 15

checkSymbolMethod · 0.95
fieldNameMethod · 0.95
checkSymbolMethod · 0.95
checkSymbolMethod · 0.95
compareFieldNamesMethod · 0.95
compareScalarsMethod · 0.95
internKnownTextMethod · 0.95
testInternUnknownTextMethod · 0.95
testFindSymbolTokenMethod · 0.95
testInternKnownTextMethod · 0.95

Implementers 2

FakeSymbolTokensrc/test/java/com/amazon/ion/FakeSymbo
SymbolTokenImplsrc/main/java/com/amazon/ion/impl/Symb

Calls

no outgoing calls

Tested by 15

checkSymbolMethod · 0.76
fieldNameMethod · 0.76
checkSymbolMethod · 0.76
checkSymbolMethod · 0.76
compareFieldNamesMethod · 0.76
compareScalarsMethod · 0.76
internKnownTextMethod · 0.76
testInternUnknownTextMethod · 0.76
testFindSymbolTokenMethod · 0.76
testInternKnownTextMethod · 0.76