Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ toString
Method
toString
output/java_guava/1.4.19/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
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