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

Method toString

output/java_guava/1.4.17/TypeToken.java:627–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

625 }
626
627 @Override
628 public String toString() {
629 return getOwnerType() + "." + super.toString();
630 }
631 };
632 }
633

Callers

nothing calls this directly

Calls 6

getOwnerTypeMethod · 0.95
onMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected