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

Method readResolve

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

Source from the content-addressed store, hash-verified

770
771
772 private Object readResolve() {
773 return getTypes().interfaces();
774 }
775
776
777 private static final long serialVersionUID = 0;

Callers

nothing calls this directly

Calls 2

interfacesMethod · 0.45
getTypesMethod · 0.45

Tested by

no test coverage detected