MCPcopy
hub / github.com/google/gson / toString

Method toString

src/main/java/com/google/gson/stream/JsonReader.java:1022–1024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1020 }
1021
1022 @Override public String toString() {
1023 return getClass().getSimpleName() + " near " + getSnippet();
1024 }
1025
1026 /**
1027 * Unescapes the character identified by the character or characters that

Callers 3

nextStringMethod · 0.45
nextLiteralMethod · 0.45
valueMethod · 0.45

Calls 1

getSnippetMethod · 0.95

Tested by

no test coverage detected