MCPcopy Create free account
hub / github.com/e2wugui/zeze / parse

Method parse

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonReader.java:303–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 }
302
303 public @Nullable Object parse() throws ReflectiveOperationException {
304 return parse(null, next());
305 }
306
307 @SuppressWarnings("unchecked")
308 @Nullable Object parse(@Nullable Object obj, int b) throws ReflectiveOperationException {

Callers 4

parseArray0Method · 0.95
parseMap0Method · 0.95
parse0Method · 0.95
parseList0Method · 0.95

Calls 13

nextMethod · 0.95
parseMap0Method · 0.95
parseArray0Method · 0.95
parseStringMethod · 0.95
parseNumberMethod · 0.95
getKeyReaderMethod · 0.95
parseMethod · 0.95
parse0Method · 0.95
isAbstractMethod · 0.95
getClassMetaMethod · 0.80
parse0Method · 0.65
getNameMethod · 0.65

Tested by

no test coverage detected