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

Method toString

output/java_guava/1.4.17/Types.java:307–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 }
306
307 @Override
308 public String toString() {
309 StringBuilder builder = new StringBuilder();
310 if (ownerType != null) {
311 builder.append(JavaVersion.CURRENT.typeName(ownerType)).append('.');
312 }
313 return builder.append(rawType.getName()).append('<').append(COMMA_JOINER.join(transform(argumentsList, TYPE_NAME))).append('>').toString();
314 }
315
316 @Override
317 public int hashCode() {

Callers

nothing calls this directly

Calls 6

toStringMethod · 0.65
appendMethod · 0.45
typeNameMethod · 0.45
getNameMethod · 0.45
joinMethod · 0.45
transformMethod · 0.45

Tested by

no test coverage detected