Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ toString
Method
toString
guava/src/com/google/common/reflect/TypeToken.java:625–628 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
623
}
624
625
@Override
626
public
String toString() {
627
return
getOwnerType() +
"."
+ super.toString();
628
}
629
};
630
}
631
Callers
nothing calls this directly
Calls
6
getOwnerType
Method · 0.95
on
Method · 0.95
getGenericParameterTypes
Method · 0.95
toString
Method · 0.95
toString
Method · 0.65
join
Method · 0.45
Tested by
no test coverage detected