MCPcopy Create free account
hub / github.com/antlr/codebuff / readResolve

Method readResolve

output/java_guava/1.4.16/TypeToken.java:816–818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

814
815
816 private Object readResolve() {
817 return getTypes().classes();
818 }
819
820
821 private static final long serialVersionUID = 0;

Callers

nothing calls this directly

Calls 2

classesMethod · 0.45
getTypesMethod · 0.45

Tested by

no test coverage detected