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

Method toString

output/java_guava/1.4.19/Types.java:306–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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