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

Method apply

output/java_guava/1.4.17/Types.java:59–62  ·  view source on GitHub ↗
(Type from)

Source from the content-addressed store, hash-verified

57
58 private static final Function<Type, String> TYPE_NAME = new Function<Type, String>() {
59 @Override
60 public String apply(Type from) {
61 return JavaVersion.CURRENT.typeName(from);
62 }
63 };
64 private static final Joiner COMMA_JOINER = Joiner.on(", ").useForNull("null");
65

Callers

nothing calls this directly

Calls 1

typeNameMethod · 0.45

Tested by

no test coverage detected