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

Method readResolve

output/java_guava/1.4.19/TypeToken.java:773–775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

771
772
773 private Object readResolve() {
774 return getTypes().interfaces();
775 }
776
777
778 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